码迷,mamicode.com
首页 > 数据库 > 详细

MySQL 同步状态

时间:2015-04-02 18:31:50      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

  Exec_Master_Log_Pos: The position of the last event executed by the SQL thread from the master‘s binary log (Relay_Master_Log_File). (Relay_Master_Log_File, Exec_Master_Log_Pos) in the master‘s binary log corresponds to (Relay_Log_File, Relay_Log_Pos) in the relay log。
     从字面意思看, (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处于完全同步的状态。

  Relay_Log_File, Relay_Log_Pos 用于slave 做 master 用。

  

MySQL 同步状态

标签:

原文地址:http://www.cnblogs.com/linguoguo/p/4387596.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!