W3cubDocs

/MariaDB

Replication Commands

A list of replication-related commands. See replication for more replication-related information.

Title Description
CHANGE MASTER TO Set or change slave parameters for connecting to the master.
START SLAVE Start slave threads.
STOP SLAVE Stop slave threads.
RESET SLAVE Forget slave connection information and start a new relay log file.
SET GLOBAL SQL_SLAVE_SKIP_COUNTER Skips a number of events from the master.
SHOW RELAYLOG EVENTS Show events in the relay log
SHOW SLAVE STATUS Show status for one or all masters.
SHOW MASTER STATUS Status information about the binary log.
SHOW SLAVE HOSTS Display replication slaves currently registered with the master.
RESET MASTER Delete binary log files.
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.

© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/replication-commands/