mysql bin log无法记录写操作
服务器配置了开启binlog,但是实际日志中看到的信息是这样的,不知道是什么原因,看不到update,delete等操作。请各位指点下。# at 1069
# at 1130
#1408302:09:59 server id 1end_log_pos 1130Table_map: `accesslog`.`accesslog` mapped to number 17
#1408302:09:59 server id 1end_log_pos 1198Write_rows: table id 17 flags: STMT_END_F
BINLOG '
98EAVBMBAAAAPQAAAGoEAAAAABEAAAAAAAEACWFjY2Vzc2xvZwAJYWNjZXNzbG9nAAUDAwcPDwRa
AFoAGg==
98EAVBcBAAAARAAAAK4EAAAAABEAAAAAAAEABf/gM+cAABUAAAD3wQBUEmJvc3NAMTkyLjE2OC45
OS43NAZib3NzQCU=
'/*!*/;
# at 1198
#1408302:09:59 server id 1end_log_pos 1275Query thread_id=21 exec_time=0 error_code=0
SET TIMESTAMP=1409335799/*!*/;
COMMIT
/*!*/;
# at 1275
#1408302:10:00 server id 1end_log_pos 1351Query thread_id=22 exec_time=0 error_code=0
SET TIMESTAMP=1409335800/*!*/;
SET @@session.pseudo_thread_id=22/*!*/;
BEGIN
/*!*/;
# at 1351
# at 1412
#1408302:10:00 server id 1end_log_pos 1412Table_map: `accesslog`.`accesslog` mapped to number 17
#1408302:10:00 server id 1end_log_pos 1480Write_rows: table id 17 flags: STMT_END_F
BINLOG '
+MEAVBMBAAAAPQAAAIQFAAAAABEAAAAAAAEACWFjY2Vzc2xvZwAJYWNjZXNzbG9nAAUDAwcPDwRa 有没有人知道什么原因啊 mysqlbinlog -v -v -v xxx-bin.log > xxx.log mysqlbinlog
页:
[1]