Replication Statements

Learn about replication SQL statements in MariaDB Server. This section covers commands for configuring, controlling, and monitoring replication, essential for high availability and data distribution.

The terms master and slave have historically been used in replication, and MariaDB has begun the process of adding primary and replica synonyms. The old terms will continue to be used to maintain backward compatibility - see MDEV-18777 to follow progress on this effort.

CHANGE MASTER TORESET MASTERRESET REPLICASET GLOBAL SQL_SLAVE_SKIP_COUNTERSTART REPLICASTOP REPLICALegacy Replication Statements

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?