码迷,mamicode.com
首页 > 其他好文 > 详细

Got fatal error 1236 from master when reading data from binary log: 'Client requested master to start replication from impossible position'

时间:2015-05-12 13:23:13      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

[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;

Got fatal error 1236 from master when reading data from binary log: 'Client requested master to start replication from impossible position'

标签:

原文地址:http://www.cnblogs.com/xiaoit/p/4496956.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!