从show slave status 中判断mysql同步状态
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从show slave status 中判断mysql同步状态相关的知识,希望对你有一定的参考价值。
slave status 中检查同步状态:
1、sql线程和io线程显示yes
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
2、
Master_Log_File 和 Relay_Master_Log_File 相等
3、
Read_Master_Log_Pos 和 Exec_Master_Log_Pos 相等
4、
Slave_SQL_Running_State: 的状态为:
Slave_SQL_Running_State: Slave has read all relay log; waiting for the slave I/O thread to update it
以上是关于从show slave status 中判断mysql同步状态的主要内容,如果未能解决你的问题,请参考以下文章
show master status, show slave status中的Executed_Gtid_Set