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

在source那边,执行:

flush logs;
show master status;

记下File, Position。

在target端,执行:

CHANGE MASTER TO MASTER_LOG_FILE='testdbbinlog.000008',MASTER_LOG_POS=107;
slave start;
show slave status \G

一切正常。

 参考:https://blog.csdn.net/edwzhang/article/details/17226975
---------------------
作者:edwzhang
来源:CSDN
原文:https://blog.csdn.net/edwzhang/article/details/17226975
版权声明:本文为博主原创文章,转载请附上博文链接!

posted @ 2019-01-29 10:25  littlevigra  阅读(440)  评论(0编辑  收藏  举报