13.4.2 SQL Statements for Controlling Replica Servers用于控制副本服务器的SQL语句

13.4.2.1 CHANGE MASTER TO Statement语句
13.4.2.2 CHANGE REPLICATION FILTER Statement语句
13.4.2.3 CHANGE REPLICATION SOURCE TO Statement语句
13.4.2.4 MASTER_POS_WAIT() Statement语句
13.4.2.5 RESET REPLICA | SLAVE Statement语句
13.4.2.6 RESET SLAVE | REPLICA Statement语句
13.4.2.7 START REPLICA | SLAVE Statement语句
13.4.2.8 START SLAVE | REPLICA Statement语句
13.4.2.9 STOP REPLICA | SLAVE Statement语句
13.4.2.10 STOP SLAVE | REPLICA Statement语句
13.4.2.11 Functions which Configure the Source List配置源列表的函数

This section discusses statements for managing replica servers. 本节讨论用于管理副本服务器的语句。Section 13.4.1, “SQL Statements for Controlling Source Servers”, discusses statements for managing source servers.第13.4.1节,“用于控制源服务器的SQL语句”讨论了用于管理源服务器的语句。

In addition to the statements described here, SHOW REPLICA | SLAVE STATUS and SHOW RELAYLOG EVENTS are also used with replicas. 除了这里描述的语句外,SHOW REPLICA | SLAVE STATUSSHOW RELAYLOG EVENTS也用于副本。For information about these statements, see Section 13.7.7.35, “SHOW REPLICA | SLAVE STATUS Statement”, and Section 13.7.7.32, “SHOW RELAYLOG EVENTS Statement”.有关这些语句的信息,请参阅第13.7.7.35节,“SHOW REPLICA | SLAVE STATUS语句”第13.7.7.32节,“SHOW RELAYLOG EVENTS语句”

13.4.2.1 CHANGE MASTER TO Statement
13.4.2.2 CHANGE REPLICATION FILTER Statement
13.4.2.3 CHANGE REPLICATION SOURCE TO Statement
13.4.2.4 MASTER_POS_WAIT() Statement
13.4.2.5 RESET REPLICA | SLAVE Statement
13.4.2.6 RESET SLAVE | REPLICA Statement
13.4.2.7 START REPLICA | SLAVE Statement
13.4.2.8 START SLAVE | REPLICA Statement
13.4.2.9 STOP REPLICA | SLAVE Statement
13.4.2.10 STOP SLAVE | REPLICA Statement
13.4.2.11 Functions which Configure the Source List