stop slave;
set global sql_slave_skip_counter=1;(跳过一条记录数)
start slave;
show slave status \G
本文转自aaron428 51CTO博客,原文链接:http://blog.51cto.com/aaronsa/1741484,如需转载请自行联系原作者
stop slave;
set global sql_slave_skip_counter=1;(跳过一条记录数)
start slave;
show slave status \G
本文转自aaron428 51CTO博客,原文链接:http://blog.51cto.com/aaronsa/1741484,如需转载请自行联系原作者