我正在尝试在MySql 8中设置Master-Master MySQL复制。直到最近,它的工作情况都还不错。我能够作为复制用户从从属主机连接到主服务器,但是当我开始复制时,我在日志中收到以下错误代码:Error_code:MY-003159这是当我显示从属状态时的mysql错误\ G:
Slave_IO_State: Connecting to master
Master_Host: <server_ip>
Master_User: ruser
Master_Port: 3306
Connect_Retry: 60
Master_Log_File: mysql-bin.000030
Read_Master_Log_Pos: 155
Relay_Log_File: mysql-relay-bin.000001
Relay_Log_Pos: 4
Relay_Master_Log_File: mysql-bin.000030
Slave_IO_Running: Connecting
Slave_SQL_Running: Yes
Replicate_Do_DB:
Replicate_Ignore_DB:
Replicate_Do_Table:
Replicate_Ignore_Table: Replicate_Wild_Do_Table: Replicate_Wild_Ignore_Table: Last_Errno:0 Last_Error: 跳过计数器:0 Exec_Master_Log_Pos:155 Relay_Log_Space:155 直到条件:无 直到日志文件: 直到日志记录位置:0 Master_SSL_Allowed:否 Master_SSL_CA_File: Master_SSL_CA_Path: Master_SSL_Cert: Master_SSL_Cipher: Master_SSL_Key: Seconds_Behind_Master:NULL Master_SSL_Verify_Server_Cert:否 Last_IO_Errno:3159 Last_IO_Error:连接至主服务器'ruser @:3306'时出错-重试时间:60次重试:13 Last_SQL_Errno:0 Last_SQL_Error:Replicate_Ignore_Server_Ids:Master_Server_Id:0 Master_UUID:Master_Info_File:mysql.slave_master_info SQL_Delay:0 SQL_Remaining:保留状态:SQL_Remaining:中继日志;等待更多更新Master_Retry_Count:86400 Master_Bind:Last_IO_Error_Timestamp:190126 20:50:58 Last_SQL_Error_Timestamp:Master_SSL_Crl:Master_SSL_Crlpath:Retrieved_Gtid_Set:Executed_Gtid_Set:Auto_Position:0_Replicate_Rewrite_>
非常感谢您的帮助。