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

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

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