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-ndbd-definition.html
The only mandatory parameter is HostName; this must be defined in the local [ndbd] section. Information about configuration parameters specific to NDB Cluster Disk Data tables can be found later in this section (see Disk Data Configuration ... The ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-privilege-distribution.html
This support is not enabled by default; you should follow the procedure outlined in this section in order to do so. The first step in enabling distributed privileges is to load this script into a MySQL Server that functions as an SQL node (which we ... NDB Cluster supports distribution of MySQL users and privileges across all SQL nodes in an NDB ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-programs-ndb-restore.html
ndb_restore cannot be used to re-create the table with a different definition from the original; this means that you must either create the table manually, or alter the columns which you wish to promote using ALTER TABLE after restoring the table ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-issues.html
This message is available in the output of SHOW SLAVE STATUS, and indicates that the SQL thread has stopped due to an incident registered in the replication stream, and that manual intervention is required. This must be done manually, or possibly by ... This section discusses known problems or issues when using replication with NDB ...A loss of connection can occur either between the source cluster SQL node and the replica ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-replication-schema.html
This is true regardless of whether the replica is a single server or a cluster. This keeps the source mysqld process updated to changes performed by the NDB storage engine. This table can be updated by the user to perform filtering by database or ...
https://dev.mysql.com/doc/refman/5.7/en/mysql-upgrade.html
If the table cannot be repaired, see Section 2.10.12, “Rebuilding or Repairing Tables or Indexes” for manual table repair strategies. InnoDB tablespace encryption requires that the keyring plugin to be used be loaded prior to InnoDB ... Each ...
https://dev.mysql.com/doc/refman/5.7/en/replication-features-errors.html
This includes the case that a statement produces an error on the source or the replica, but not both. To address the issue, connect to the replica manually and determine the cause of the problem. For example, if the replication SQL thread records a ... If a statement produces the same error (identical error code) on both the source and the replica, the error is logged, but replication ...
https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-auto-positioning.html
The correct approach to recover from this situation is to check manually whether the source and replica have diverged. These options specify the name of the log file and the starting position within the file, but with GTIDs the replica does not need ... GTIDs replace the file-offset pairs previously required to determine points for starting, stopping, or resuming the flow of data between source and ...
https://dev.mysql.com/doc/refman/5.7/en/replication-gtids-functions.html
This section provides examples of stored functions (see Chapter 23, Stored Objects) which you can create using some of the built-in functions provided by MySQL for use with GTID-based replication, listed here: GTID_SUBSET(): Shows whether one GTID ...GTID_SUBTRACT(): Returns the GTIDs from one GTID set that are not in ...
https://dev.mysql.com/doc/refman/5.7/en/replication-snapshot-method.html
If the database on the source contains existing data it is necessary to copy this data to each replica. This can be more efficient than using mysqldump and importing the file on each replica, because it skips the overhead of updating indexes as the ...There are different ways to dump the data from the ...