欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

【昊鼎王五】mysql从机为什么还在同步中,为什么还没有完成?show-slave-status详解

程序员文章站 2024-03-20 21:35:58
...

【昊鼎王五】mysql从机为什么还在同步中,为什么还没有完成,到底是发生了什么事情?show-slave-status详解

前言:

在上一讲中,我们遇到"Slave failed to initialize relay log info structure from the repository, Error_code: 1872"的错误,
并且在https://blog.csdn.net/haoding205/article/details/102599340文中解决了。
截图如下:
【昊鼎王五】mysql从机为什么还在同步中,为什么还没有完成?show-slave-status详解
但是新的问题产生了,什么新问题呢?请见下文。

一.现象:

show slave status返回的结果有两个字段:

Slave_IO_State: Waiting for master to send event
Slave_SQL_Running_State: Slave has read all relay log; waiting for more updates

mysql从机为什么还在同步中,为什么还没有完成,到底是发生了什么事情?

二.详解分析

mysql> show slave status\G
*************************** 1. row ***************************
               Slave_IO_State: Waiting for master to send e