SHOW SLAVE STATUS几个常见参数

MySQL主从同步状态解析
本文解析了MySQL主从同步状态中的关键指标,包括Master节点的二进制日志文件和位置、Slave节点的中继日志文件及位置,以及二者间的对应关系,帮助理解MySQL复制的工作原理。

--显示当前读取的Master节点二进制日志文件和文件位置,对应线程I/O thread Master_Log_File: mysql-bin.000011 Read_Master_Log_Pos: 120 --显示当前Slave节点正在处理的中继日志文件和位置,对应线程 SQL thread Relay_Log_File: relay-bin.000002 Relay_Log_Pos: 283 --显示当前Slave节点应用的日志 在master节点中对应的位置。
--官方文档:The coordinates given by (Relay_Master_Log_File, Exec_Master_Log_Pos) in the master's binary log correspond to the coordinates given by (Relay_Log_File, Relay_Log_Pos) in the relay log
 Relay_Master_Log_File: mysql-bin.000011
Exec_Master_Log_Pos: 120
  
 从字面意思看, (Relay_Master_Log_File, Exec_Master_Log_Pos)和(Relay_Log_File,Relay_Log_Pos)是对应的,它们表示的是Slave中的SQL进程中正在执行的语句的位置,表明的
是Slave和Master之间的同步状态。当Slave中Relay_Master_Log_File和Master_Log_File相同且Read_Master_Log_Pos和Exec_Master_Log_Pos完全相同时,表明Slave和Master处于完全同步的状态

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值