Syntax:

SET GLOBAL sql_slave_skip_counter = N

Description:

This statement skips the next N events from the master. This is useful for recovering from replication stops caused by a statement.

This statement is valid only when the slave threads are not running. Otherwise, it produces an error.

Comments

Comments loading...