大浪淘沙2023 2014-04-30 02:13
浏览 1641

紧急求助:生产环境,mysql双主结构,备机同步DDL语句成功,但是同步DML语句失败

问题描述:双主架构环境,最近在主机上执行DDL语句能成功同步到备机,但是在主机上执行DML语句失败,请各位帮忙看一下,谢谢!
Linux版本:
Red Hat Enterprise Linux Server release 5.4 (Tikanga)
mysql版本
+----------------------------+
| @@version |
+----------------------------+
| 5.1.59 |
+----------------------------+

主机:192.168.0.100
备机:192.168.0.101
操作过程:
(1)在101上执行flush logs;
(2)在100上执行如下sql语句:
create table ttt(a int, b varchar(10));
insert into ttt values(1,'wxc'),(2,'wyh'),(3,'byq');
(3)在101上查看ttt的数据,结构只存在表结构,但是表中没有数据;
(4)查看101上的relaylog日志,发现如下信息:
11101 # at 102837
11102 #140430 9:52:10 server id 9 end_log_pos 97358117 Query thread_id=1498768873 exec_time=0 error_code=0
11103 use mgr/*!*/;
11104 SET TIMESTAMP=1398822730/*!*/;
11105 create table ttt(a int, b varchar(10))
11106 /*!*/;

11170 # at 103496
11171 # at 103540
11172 #140430 9:52:10 server id 9 end_log_pos 97358715 Table_map: mgr.ttt mapped to number 5791859673
11173 #140430 9:52:10 server id 9 end_log_pos 97358771 Write_rows: table id 5791859673 flags: STMT_END_F
11174
11175 BINLOG '
11176 SldgUxMJAAAALAAAAHuTzQUAANnDOFkBAAEAA21ncgADdHR0AAIDDwIeAAM=
11177 SldgUxcJAAAAOAAAALOTzQUAANnDOFkBAAEAAv/8AQAAAAN3eGP8AgAAAAN3eWj8AwAAAANieXE=
11178 '/*!*/;
11179 ### INSERT INTO mgr.ttt
11180 ### SET
11181 ### @1=1
11182 ### @2='wxc'
11183 ### INSERT INTO mgr.ttt
11184 ### SET
11185 ### @1=2
11186 ### @2='wyh'
11187 ### INSERT INTO mgr.ttt
11188 ### SET
11189 ### @1=3
11190 ### @2='byq'

从上面看,明显能看到ddl和dml语句的存在。

(5)在101上查看binlog日志中与ttt相关的内容,内容如下:
11042 # at 100405
11043 #140430 9:52:10 server id 9 end_log_pos 100510 Query thread_id=1498768873 exec_time=0 error_code=0
11044 use mgr/*!*/;
11045 SET TIMESTAMP=1398822730/*!*/;
11046 create table ttt(a int, b varchar(10))
11047 /*!*/;
但是没有发现任何插入表ttt相关的insert语句。

(6)查看了一下双主的slave状态,状态一切均正常,如下:
100状态如下:
admin@localhost : test 10:02:47> show slave status\G
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: 192.168.0.101
Master_User: coolcloud
Master_Port: 3307
Connect_Retry: 60
Master_Log_File: mysql-bin.000375
Read_Master_Log_Pos: 3053614
Relay_Log_File: mysql-relay-bin.000774
Relay_Log_Pos: 251
Relay_Master_Log_File: mysql-bin.000375
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: 3053614
Relay_Log_Space: 449
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:

101状态如下:
admin@localhost : test 09:57:12> show slave status\G
*************************** 1. row ***************************
Slave_IO_State: Waiting for master to send event
Master_Host: 192.168.0.100
Master_User: coolcloud
Master_Port: 3307
Connect_Retry: 60
Master_Log_File: mysql-bin.000393
Read_Master_Log_Pos: 98301418
Relay_Log_File: mysql-relay-bin.001058
Relay_Log_Pos: 925373
Relay_Master_Log_File: mysql-bin.000393
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: 98301418
Relay_Log_Space: 1046500
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:

请各位大拿帮忙看一下什么原因。
对了,忘记补充一个现象,从101的数据是能同步到100上的。

  • 写回答

0条回答

    报告相同问题?

    悬赏问题

    • ¥15 安卓adb backup备份应用数据失败
    • ¥15 eclipse运行项目时遇到的问题
    • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
    • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
    • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站
    • ¥50 成都蓉城足球俱乐部小程序抢票
    • ¥15 yolov7训练自己的数据集
    • ¥15 esp8266与51单片机连接问题(标签-单片机|关键词-串口)(相关搜索:51单片机|单片机|测试代码)
    • ¥15 电力市场出清matlab yalmip kkt 双层优化问题
    • ¥30 ros小车路径规划实现不了,如何解决?(操作系统-ubuntu)