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

【昊鼎王五】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详解_第1张图片
但是新的问题产生了,什么新问题呢?请见下文。

一.现象:

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

你可能感兴趣的:(Mysql)