MySQL复制失败(从站未从主服务器获取数据)

时间:2018-12-27 13:11:16

标签: mysql database replication database-replication

英语不是我的母语,所以请耐心等待。

这是我第二次设置主从复制失败,大多数其他问答均显示一些错误或类似内容,可惜我的配置完成了“罚款”,但没有复制。

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(在其他服务器上使用过),并附有一些附加步骤:

  1. 将Bin天设置为10天(在主服务器上)(这是一个无法停止的数据库)
  2. 更改绑定地址= A.B.C.D(在主机上)
  3. 在master = 1上设置服务器ID
  4. 设置log_bin和binlog_do_db(在主服务器上)
  5. 重新启动MySQL服务(在主服务器上)
  6. 创建复制用户并授予特权。刷新权限。
  7. 请等到凌晨2点并获得主身份。

  1. 将数据库和“ scp”转储到从属服务器
  2. 在从属服务器中创建数据库(相同的方案)
  3. 导入数据库(大约需要7-8天)
  4. 在slave上设置服务器ID = 2
  5. 添加中继日志信息(在从属服务器上)
  6. 设置log_bin和binlog_do_db(在从属服务器上)
  7. 更改主主机,用户,密码,文件和位置。
  8. 重启MySQL并启动Slave

当我按下经典的“ 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

0 个答案:

没有答案