The following tables list basic information about the MySQL command-line options and system variables applicable to replication and the binary log.
Table 17.1 Summary of Replication options and variables in MySQL 5.5
| Option or Variable Name | ||
|---|---|---|
| Command Line | System Variable | Status Variable |
| Option File | Scope | Dynamic |
| Notes | ||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Option used by mysql-test for debugging and testing of replication |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of CHANGE MASTER TO statements |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of SHOW MASTER STATUS statements |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of SHOW NEW MASTER statements |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of SHOW SLAVE HOSTS statements |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of SHOW SLAVE STATUS statements |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of START SLAVE statements |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of STOP SLAVE statements |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Option used by mysql-test for debugging and testing of replication |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Statements that are executed when a slave connects to a master |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Tells the slave to log the updates performed by its SQL thread to its own binary log |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Whether the slave should log the updates performed by its SQL thread to its own binary log. Read-only; set using the --log-slave-updates server option. |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Number of seconds the slave thread will sleep before retrying to connect to the master in case the master goes down or the connection is lost |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Master host name or IP address for replication |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: The location and name of the file that remembers the master and where the I/O replication thread is in the master's binary logs |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: The password the slave thread will authenticate with when connecting to master |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: The port the master is listening on |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Number of tries the slave makes to connect to the master before giving up |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Enable the slave to connect to the master using SSL |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Master SSL CA file; applies only if master-ssl is enabled |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Master SSL CA path; applies only if master-ssl is enabled |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Master SSL certificate file name; applies only if master-ssl is enabled |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Master SSL cipher; applies only if master-ssl is enabled |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Master SSL key file name; applies only if master-ssl is enabled |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: The user name the slave thread will use for authentication when connecting to master. The user must have FILE privilege. If the master user is not set, user test is assumed. The value in master.info will take precedence if it can be read |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: The location and base name to use for relay logs |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: The location and name to use for the file that keeps a list of the last relay logs |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: The location and name of the file that remembers where the SQL replication thread is in the relay logs |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Enables automatic recovery of relay log files from master at startup |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: The name of the relay log index file |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: The name of the file in which the slave records information about the relay logs |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Determines whether relay logs are purged |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Whether automatic recovery of relay log files from master at startup is enabled; must be enabled for a crash-safe slave. |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Maximum space to use for all relay logs |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Tells the slave SQL thread to restrict replication to the specified database |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Tells the slave SQL thread to restrict replication to the specified table |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Tells the slave SQL thread not to replicate to the specified database |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Tells the slave SQL thread not to replicate to the specified table |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Updates to a database with a different name than the original |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: In replication, if set to 1, do not skip events having our server id |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Tells the slave thread to restrict replication to the tables that match the specified wildcard pattern |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Tells the slave thread not to replicate to the tables that match the given wildcard pattern |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Host name or IP of the slave to be reported to the master during slave registration |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: An arbitrary password that the slave server should report to the master. Not the same as the password for the MySQL replication user account. |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Port for connecting to slave reported to the master during slave registration |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: An arbitrary user name that a slave server should report to the master. Not the same as the name used with the MySQL replication user account. |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: Not used; removed in later versions |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of semisynchronous slaves |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: Whether semisynchronous replication is enabled on the master |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The average time the master waited for a slave reply |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The total time the master waited for slave replies |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The total number of times the master waited for slave replies |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of times the master turned off semisynchronous replication |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of commits not acknowledged successfully |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Whether semisynchronous replication is operational on the master |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of times the master failed when calling time functions |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: Number of milliseconds to wait for slave acknowledgment |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: The semisynchronous replication debug trace level on the master |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The average time the master waited for each transaction |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The total time the master waited for transactions |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The total number of times the master waited for transactions |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: Whether master waits for timeout even with no slaves |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The total number of times the master waited for an event with binary coordinates lower than events waited for previously |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of sessions currently waiting for slave replies |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of commits acknowledged successfully |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: Whether semisynchronous replication is enabled on slave |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Whether semisynchronous replication is operational on slave |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: The semisynchronous replication debug trace level on the slave |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The status of fail-safe replication (not implemented) |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Show user name and password in SHOW SLAVE HOSTS on this master |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: If set, slave is not autostarted |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: The location where the slave should put its temporary files when replicating a LOAD DATA INFILE statement |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Maximum size, in bytes, of a packet that can be sent from a replication master to a slave; overrides max_allowed_packet. |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Number of seconds to wait for more data from a master/slave connection before aborting the read |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Tells the slave thread to continue replication when a query returns an error from the provided list |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Use compression on master/slave protocol |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Allows for switching the slave thread between IDEMPOTENT mode (key and some other errors suppressed) and STRICT mode; STRICT mode is the default, except for MySQL Cluster, where IDEMPOTENT is always used |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The slave's replication heartbeat interval, in seconds |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: Maximum size, in bytes, of a packet that can be sent from a replication master to a slave; overrides max_allowed_packet. |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of temporary tables that the slave SQL thread currently has open |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The total number of times since startup that the replication slave SQL thread has retried transactions |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: The state of this server as a replication slave (slave I/O thread status) |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Number of times the slave SQL thread will retry a transaction in case it failed with a deadlock or elapsed lock wait timeout, before giving up and stopping |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Controls type conversion mode on replication slave. Value is a list of zero or more elements from the list: ALL_LOSSY, ALL_NON_LOSSY. Set to an empty string to disallow type conversions between master and slave. |
||
| No | Yes | No |
| No | Global | Yes |
DESCRIPTION: Number of events from the master that a slave server should skip. Not compatible with GTID replication. |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Synchronously flush binary log to disk after every #th event |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Synchronize master.info to disk after every #th event. |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Synchronize relay log to disk after every #th event. |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Synchronize relay.info file to disk after every #th event. |
||
Section 17.1.3.2, “Replication Master Options and Variables”, provides more detailed information about options and variables relating to replication master servers. For more information about options and variables relating to replication slaves, see Section 17.1.3.3, “Replication Slave Options and Variables”.
Table 17.2 Summary of Binary Logging options and variables in MySQL 5.5
| Option or Variable Name | ||
|---|---|---|
| Command Line | System Variable | Status Variable |
| Option File | Scope | Dynamic |
| Notes | ||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Limits binary logging to specific databases |
||
| Yes | Yes | No |
| Yes | Both | Yes |
DESCRIPTION: Specifies the format of the binary log |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Tells the master that updates to the given database should not be logged to the binary log |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Binary log max event size |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of transactions that used a temporary file instead of the binary log cache |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Size of the cache to hold the SQL statements for the binary log during a transaction |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of transactions that used the temporary binary log cache |
||
| Yes | Yes | No |
| Yes | Both | Yes |
DESCRIPTION: Causes updates using statement format to nontransactional engines to be written directly to binary log. See documentation before using. |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of nontransactional statements that used a temporary file instead of the binary log statement cache |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Size of the cache to hold nontransactional statements for the binary log during a transaction |
||
| No | No | Yes |
| No | Global | No |
DESCRIPTION: Number of statements that used the temporary binary log statement cache |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of SHOW BINLOG EVENTS statements |
||
| No | No | Yes |
| No | Both | No |
DESCRIPTION: Count of SHOW BINLOGS statements |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Use version 1 binary log row events |
||
| Yes | Yes | No |
| Yes | Global | No |
DESCRIPTION: Shows whether server is using version 1 binary log row events |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Option used by mysql-test for debugging and testing of replication |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Can be used to restrict the total size used to cache a multi-statement transaction |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Binary log will be rotated automatically when size exceeds this value |
||
| Yes | Yes | No |
| Yes | Global | Yes |
DESCRIPTION: Can be used to restrict the total size used to cache all nontransactional statements during a transaction |
||
| Yes | No | No |
| Yes | No | |
DESCRIPTION: Option used by mysql-test for debugging and testing of replication |
||
Section 17.1.3.4, “Binary Log Options and Variables”, provides more detailed information about options and variables relating to binary logging. For additional general information about the binary log, see Section 5.4.4, “The Binary Log”.
For information about the
sql_log_bin and
sql_log_off variables, see
Section 5.1.5, “Server System Variables”.
For a table showing all command-line options, system and status variables used with mysqld, see Section 5.1.3, “Server Option and Variable Reference”.