[root@localhost bin]# mysqlbinlog logbin.000002
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
/*!50003 SET @OLD_COMPLETION_TYPE=@@COMPLETION_TYPE,COMPLETION_TYPE=0*/;
DELIMITER /*!*/;
# at 4
#150511 20:57:36 server id 1  end_log_pos 106 	Start: binlog v 4, server v 5.1.73-log created 150511 20:57:36
# Warning: this binlog is either in use or was not closed properly.
BINLOG '
MHpRVQ8BAAAAZgAAAGoAAAABAAQANS4xLjczLWxvZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAEzgNAAgAEgAEBAQEEgAAUwAEGggAAAAICAgC
'/*!*/;
DELIMITER ;
# End of log file
ROLLBACK /* added by mysqlbinlog */;
/*!50003 SET COMPLETION_TYPE=@OLD_COMPLETION_TYPE*/;

  

重新同步下:

change master to master_host= '192.168.91.128',master_user='{}',master_port=3306 ,master_log_file='logbin.000002',master_log_pos=106;

相关文章:

  • 2021-07-16
  • 2021-07-04
  • 2021-09-17
  • 2021-08-17
  • 2022-02-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2021-04-22
  • 2021-11-26
  • 2021-07-22
相关资源
相似解决方案