PDF (US Ltr)
- 35.0Mb
PDF (A4)
- 35.1Mb
Man Pages (TGZ)
- 254.9Kb
Man Pages (Zip)
- 359.9Kb
Info (Gzip)
- 3.4Mb
Info (Zip)
- 3.4Mb
Search Results
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-online-add-node-basics.html
In this section, we list the basic steps required to add new data nodes to an NDB Cluster. This procedure applies whether you are using ndbd or ndbmtd binaries for the data node processes. In the event that you have API nodes using dynamically ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-params-other.html
The listings in this section provide information about parameters used in the [computer], [tcp], and [shm] sections of a config.ini file for configuring NDB Cluster. The following parameters apply to the config.ini file's [computer] section: ...For ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-logging.html
By default, this file is named .mysql_history in your home directory. On Unix, this is syslog; on Windows, it is the Windows Event Log. Consider this input: mysql> SELECT -> 'Today is' -> , -> CURDATE() -> ; In this case, mysql logs the ... The ...
https://dev.mysql.com/doc/refman/5.7/en/partitioning-maintenance.html
You can use a number of extensions to ALTER TABLE for performing operations of this type on one or more partitions directly, as described in the following list: Rebuilding partitions. Rebuilds the partition; this has the same effect as dropping all ... A number of table and partition maintenance tasks can be carried out using SQL statements intended for such purposes on partitioned tables in MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-consumer-configurations.html
This differs from the event nesting hierarchy, for which wait events nest within stage events, which nest within statement events, which nest within transaction events. +---------------------------+---------+ In this configuration, instrumentation ... The consumer settings in the setup_consumers table form a hierarchy from higher levels to ...
https://dev.mysql.com/doc/refman/5.7/en/performance-schema-status-variables.html
This can be nonzero if the value of performance_schema_digests_size is too small. This can be nonzero if the value of performance_schema_max_index_stat is too small. Events recorded by the Performance Schema are not recursive, so this variable ...
https://dev.mysql.com/doc/refman/5.7/en/replication-rbr-usage.html
This section describes known issues when using a row-based format log, and describes some best practices using it in replication. Depending on the engine used for the replica's copy of the table, this may or may not be effective. This can ... MySQL ...
https://dev.mysql.com/doc/refman/5.7/en/windows-symbolic-links.html
This enables you to put a database directory at a different location (for example, on a different disk) by setting up a symbolic link to it. To do this, create a symbolic link in the MySQL data directory that points to D:\data\mydb. For this ... On ...
https://dev.mysql.com/doc/refman/5.7/en/audit-log-file-reading.html
(This capability does not apply to log files written in other formats.) When the audit log plugin initializes and is configured for JSON logging, it uses the directory containing the current audit log file as the location to search for readable ...
https://dev.mysql.com/doc/refman/5.7/en/faqs-replication.html
The implication of this is that, at any given time, the replica is not guaranteed to be in synchrony with the source unless you take some special measures. (This is why TIMESTAMP is well replicated.) In the Time column in the output of SHOW ... In ...