This MySQL statement skips the given number of events from the master.
hits past month: 9 ; last updated: may 4, 2009 - 2:34am ; parent: MySQL ReplicationSET GLOBAL SQL_SLAVE_SKIP_COUNTER = number
This MySQL statement skips the given number of events from a master server running replication. It is used for fine tunning a recovery. It returns an error if the slave thread is running.
Below is an example of this MySQL statement:
SET GLOBAL SQL_SLAVE_SKIP_COUNTER=10;