Search Results
https://dev.mysql.com/doc/refman/9.7/en/mysqlcheck.html
--auto-repair Command-Line Format --auto-repair If a checked table is corrupted, automatically fix it. The mysqlcheck client performs table maintenance: It checks, repairs, optimizes, or analyzes tables. Each table is locked and therefore ...
https://dev.mysql.com/doc/refman/9.7/en/replication-gtids-howto.html
Instruct the replica to use the source as the replication data source and to use auto-positioning. Tell the replica to use the source with GTID based transactions as the replication data source, and to use GTID-based auto-positioning rather than ...
https://dev.mysql.com/doc/refman/9.7/en/replication-multi-source-adding-gtid-master.html
For GTID-based replication, GTID auto-positioning is used to synchronize with the source (see Section 19.1.3.3, “GTID Auto-Positioning”). The SOURCE_AUTO_POSITION option is set to specify the use of auto-positioning. These steps assume you have ...
https://dev.mysql.com/doc/mysql-enterprise-backup/9.7/en/restore-use-tts.html
Requirements for restoring backups created with transportable tablespaces (TTS) (that is, created with the --use-tts option) are similar to those listed in Section 5.1.4, “Table-Level Recovery (TLR)”, with some differences noted in the section.
https://dev.mysql.com/doc/mysql-router/9.7/en/router-read-write-splitting-configuration.html
To enable read-write splitting, the following router options must be enabled: access_mode: must be set to auto. auto: the server is selected based on the type of transaction, reads are targetted to read_only servers, writes to read_write servers.
https://dev.mysql.com/doc/mysql-shell/9.7/en/mysqlsh.html
For MySQL Shell connections using X Protocol, specify one of the following options: AUTO Let the library select the authentication method. --name-cache Enable automatic loading of table names based on the active default schema. --no-name-cache, -A ... MySQL Shell is an advanced command-line client and code editor for ...
https://dev.mysql.com/doc/c-api/9.7/en/mysql-ping.html
If the connection has gone down and auto-reconnect is enabled an attempt to reconnect is made. If the connection is down and auto-reconnect is disabled, mysql_ping() returns an error. For details about these characteristics, see Section 3.6.8, ...
https://dev.mysql.com/doc/internals/en/query-event.html
Binlog::QUERY_EVENT: The query event is used to send text querys right the binlog. Post-header 4 slave_proxy_id 4 execution time 1 schema length 2 error-code if binlog-version ≥ 4: 2 status-vars length Payload string[$len] status-vars ...
https://dev.mysql.com/doc/ndbapi/en/mccj-clusterj-constants.html
4.3.1.14.24 PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_BATCH_SIZE public static final String PROPERTY_CLUSTER_CONNECT_AUTO_INCREMENT_BATCH_SIZE = "com.mysql.clusterj.connect.autoincrement.batchsize"; The name of the connection autoincrement batch size ...The default means that the automatic reconnection due to network failures is ...4.3.1.14.19 DEFAULT_PROPERTY_MGM_STRICT_TLS public static final int DEFAULT_PROPERTY_MGM_STRICT_TLS = 0; The default value of the MGM TLS level property 4.3.1.14.20 DEFAULT_PROPERTY_TABLE_WAIT_MSEC public static final int ...
https://dev.mysql.com/doc/ndbapi/en/ndb-error-codes-application-error.html
Having a table without primary key uses an autoincremented hidden key, i.e. The following list enumerates all NDB errors of type AE (Application error). NDB error code 5002 MySQL error DMEC Error message The process has wrong type. NDB error code ...