aontimer 发表于 2023-2-2 19:39:24

aws rds 重启了一下mysql 主从 改了配置结果蛀虫报不同步了

MySQL [(none)]> show slave status\G
*************************** 1. row ***************************
               Slave_IO_State:
                  Master_Host: test-spot-account-1-mysql-rds-rdscluster-lub78ygdju5q.cluster-cgtdxk1dunry.ap-northeast-1.rds.amazonaws.com
                  Master_User: dbsync
                  Master_Port: 3306
                Connect_Retry: 60
            Master_Log_File: mysql-bin-changelog.016406
          Read_Master_Log_Pos: 104695227
               Relay_Log_File: relaylog.072138
                Relay_Log_Pos: 4
      Relay_Master_Log_File: mysql-bin-changelog.016406
             Slave_IO_Running: No
            Slave_SQL_Running: Yes
            Replicate_Do_DB:
          Replicate_Ignore_DB:
         Replicate_Do_Table:
       Replicate_Ignore_Table: mysql.rds_replication_status,mysql.rds_monitor,mysql.rds_sysinfo,mysql.rds_configuration,mysql.rds_history
      Replicate_Wild_Do_Table:
Replicate_Wild_Ignore_Table:
                   Last_Errno: 0
                   Last_Error:
               Skip_Counter: 0
          Exec_Master_Log_Pos: 104695227
            Relay_Log_Space: 534
            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: NULL
Master_SSL_Verify_Server_Cert: No
                Last_IO_Errno: 1593
                Last_IO_Error: The replication receiver thread cannot start because the master has GTID_MODE = OFF_PERMISSIVE and this server has GTID_MODE = ON.
               Last_SQL_Errno: 0
               Last_SQL_Error:
Replicate_Ignore_Server_Ids:
             Master_Server_Id: 1002243840
                  Master_UUID: d9b1d5db-27c1-39d9-88a5-c46b3481c6e6
             Master_Info_File: mysql.slave_master_info
                  SQL_Delay: 0
          SQL_Remaining_Delay: NULL
      Slave_SQL_Running_State: Slave has read all relay log; waiting for more updates
         Master_Retry_Count: 86400
                  Master_Bind:
      Last_IO_Error_Timestamp: 230202 11:17:00
   Last_SQL_Error_Timestamp:
               Master_SSL_Crl:
         Master_SSL_Crlpath:
         Retrieved_Gtid_Set:
            Executed_Gtid_Set: 7d458255-d8a2-3d51-9252-116b341e85ca:1-5,
d9b1d5db-27c1-39d9-88a5-c46b3481c6e6:1-1352080327
                Auto_Position: 1
         Replicate_Rewrite_DB:
               Channel_Name:
         Master_TLS_Version:
1 row in set (0.00 sec)主从复制遇到上述报错,请问该怎么处理

yejr 发表于 2023-2-2 20:29:15

错误信息中已有明显提示:
                Last_IO_Error: The replication receiver thread cannot start because the master has GTID_MODE = OFF_PERMISSIVE and this server has GTID_MODE = ON.
主从上的GTID MODE不一致,需要修改。

ShawnYan 发表于 2023-2-6 08:10:22

楼主:
结果蛀虫报不同步了, 这里的“蛀虫”是指哪个?
页: [1]
查看完整版本: aws rds 重启了一下mysql 主从 改了配置结果蛀虫报不同步了