zoukankan      html  css  js  c++  java
  • 从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

                

  • 相关阅读:
    hive学习
    spark Streaming
    spark sql
    参考
    数论基础
    2020.07.17模拟3
    2020.07.16模拟2
    关于Linux环境下的对拍
    2020.07.15模拟1
    三体
  • 原文地址:https://www.cnblogs.com/fanxuanhui-linux/p/6189410.html
Copyright © 2011-2022 走看看