User Tools

Site Tools


mysql_replication

This is an old revision of the document!


show slave status \G
Important to look out for:
Slave_IO_Running: Yes
Slave_SQL_Running: No
The following means that the master and slave are communicating. The master is sending over the IO commands and the slave is receiving them
Slave_IO_Running: Yes
The Slave is NOT running the IO commands sent from the Master
Slave_SQL_Running: No

mysql_replication.1463399860.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki