Jan Walraven
DevOps



Menu
Categories:
Posted on

run the following commands to skip a query in the replication.


SHOW SLAVE STATUS G
STOP SLAVE;
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;
START SLAVE