英语不是我的母语,所以请耐心等待。
这是我第二次设置主从复制失败,大多数其他问答均显示一些错误或类似内容,可惜我的配置完成了“罚款”,但没有复制。
Master Server: Ubuntu 16.04
Master Database type: MySQL 5.7.19
Slave Server: Ubuntu 16.04
Slave Database type: MySQL 5.7.19
这是我遵循的the tutorial(在其他服务器上使用过),并附有一些附加步骤:
当我按下经典的“ SHOW SLAVE STATUS \ G ”时,可以看到Master后面几秒钟(465214)的Slave,但是这个时间越来越短。当这个时间变为零时,恐怖的是复制并没有写也没有更新。 ¿缺少什么?
更新2019年1月10日
我只是重新设置了所有教程,并找到了问题,但不知道如何修复,Slave_SQL_Running_State: Reading event from the relay log
是奴隶所做的,从来没有update
,{{1} }或类似的东西?
预先感谢您的帮助。
insert
示例-mysql> show slave status \G
*************************** 1. row ***************************
Slave_IO_State: Queueing master event to the relay log
Master_Host: 192.168.0.54
Master_User: repl_user
Master_Port: 3306
Connect_Retry: 60
Master_Log_File: mysql-bin.013837
Read_Master_Log_Pos: 31260811
Relay_Log_File: mysql-relay-bin.000008
Relay_Log_Pos: 1164406
Relay_Master_Log_File: mysql-bin.013837
Slave_IO_Running: Yes
Slave_SQL_Running: Yes
Replicate_Do_DB: bd_caex_;
Replicate_Ignore_DB:
Replicate_Do_Table:
Replicate_Ignore_Table:
Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
Last_Errno: 0
Last_Error:
Skip_Counter: 0
Exec_Master_Log_Pos: 1164193
Relay_Log_Space: 31261278
Until_Condition: None
Until_Log_File:
Until_Log_Pos: 0
Master_SSL_Allowed: No
Master_SSL_CA_File:
Master_SSL_CA_Path:
Master_SSL_Cert:
Master_SSL_Cipher:
Master_SSL_Key:
Seconds_Behind_Master: 684661
Master_SSL_Verify_Server_Cert: No
Last_IO_Errno: 0
Last_IO_Error:
Last_SQL_Errno: 0
Last_SQL_Error:
Replicate_Ignore_Server_Ids:
Master_Server_Id: 1
Master_UUID: c2a462bc-3ffe-11e7-9b2d-1866daa42682
Master_Info_File: /var/lib/mysql/master.info
SQL_Delay: 0
SQL_Remaining_Delay: NULL
Slave_SQL_Running_State: Reading event from the relay log
Master_Retry_Count: 86400
Master_Bind:
Last_IO_Error_Timestamp:
Last_SQL_Error_Timestamp:
Master_SSL_Crl:
Master_SSL_Crlpath:
Retrieved_Gtid_Set:
Executed_Gtid_Set:
Auto_Position: 0
Replicate_Rewrite_DB:
Channel_Name:
Master_TLS_Version:
1 row in set (0,00 sec)
:
SELECT * FROM cx_retorno ORDER By retfecret DESC LIMIT 5
retcod retdesc retfecret
294529205 2018-12-27 09:26:11 2018-12-27 09:26:11
294459995 2018-12-27 09:26:08 2018-12-27 09:26:08
294507948 2018-12-27 09:26:05 2018-12-27 09:26:05
294627475 2018-12-27 09:26:02 2018-12-27 09:26:02