做主主同步时,
基本信息:1.master1 mysql版本是5.6.12
2.master2 mysql版本时5.5.36
一:在master1做同步复制成功。
二:在master2做同步复制失败。
Last_IO_Error: Got fatal error 1236 from master when reading data from binary log: 'Slave can not handle replication events with the checksum that master is configured to log; the first event 'mysql-bin.000011' at 120, the last event read from './mysql-bin.000011' at 120, the last byte read from './mysql-bin.000011' at 120.'
解决办法1:
master2的数据库换成5.6.12;
解决办法2:
在master1中设置binlog_checksum =none;
参数资料:http://blog.youkuaiyun.com/wantingtingting/article/details/41944047