mysql_replication
1 |
show slave status \G |
1 2 |
Slave_IO_Running: Yes Slave_SQL_Running: No |
1 |
Slave_IO_Running: Yes |
1 |
Slave_SQL_Running: No |
Slave Behind Master?
1 |
mysql -e 'show slave status\G' | grep -i behind |
Slave SQL/IO Running?
1 |
mysql -e 'SHOW SLAVE STATUS\G;' | grep -i slave*running |
mysql_replication.txt · Last modified: 2024/05/23 07:26 by 127.0.0.1