mysql双机复制产生错误时的解决方法

show master status;

show slave status\G

stop slave;
set global sql_slave_skip_counter=1;
start slave
一起走过的日子~