位置:海鸟网 > IT > mySQL >

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

show master status;

show slave status\G

stop slave;
set global sql_slave_skip_counter=1;
start slave