Mysql Mariadb 10奴隶赢得';t同步

Mysql Mariadb 10奴隶赢得';t同步,mysql,slave,Mysql,Slave,从机无法与主机同步无错误一切正常 show all slaves status Connection_name: godzilla Slave_SQL_State: Slave has read all relay log; waiting for the slave I/O thread to update it Slave_IO_State: Waiting for master to send

从机无法与主机同步无错误一切正常

show all slaves status 

                 Connection_name: godzilla
              Slave_SQL_State: Slave has read all relay log; waiting for the slave I/O thread to update it
               Slave_IO_State: Waiting for master to send event
                  Master_Host: xxx.xxx.xxx.xxx
                  Master_User: slavexxx
                  Master_Port: 3306
                Connect_Retry: 10
              Master_Log_File: CentOS-72-64-minimal-bin.000005
          Read_Master_Log_Pos: 12457
               Relay_Log_File: CentOS-72-64-minimal-relay-bin-euro@002dslot@002ecom.000002
                Relay_Log_Pos: 1102
        Relay_Master_Log_File: CentOS-72-64-minimal-bin.000005
             Slave_IO_Running: Yes
            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:
                 Skip_Counter: 0
          Exec_Master_Log_Pos: 12457
              Relay_Log_Space: 1436
              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: 0
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: 6
               Master_SSL_Crl:
           Master_SSL_Crlpath:
                   Using_Gtid: No
                  Gtid_IO_Pos:
         Retried_transactions: 0
           Max_relay_log_size: 1073741824
         Executed_log_entries: 679
    Slave_received_heartbeats: 0
       Slave_heartbeat_period: 1800.000
               Gtid_Slave_Pos: 0-5-276329635
在我的从属服务器上,我有另外5个数据库具有不同的主IP。今天工作正常。我想连接新的主服务器,从属服务器不会同步。没有错误


这是我用来设置从机的

在发现问题2天后正常 在slave my.cnf上,我删除此选项

[mysqld]
#gtid-ignore-duplicates=ON

好的,两天后我发现问题了 在slave my.cnf上,我删除此选项

[mysqld]
#gtid-ignore-duplicates=ON