Skip to content

Instantly share code, notes, and snippets.

@comynli
Created January 9, 2014 06:54
Show Gist options
  • Save comynli/8330402 to your computer and use it in GitHub Desktop.
Save comynli/8330402 to your computer and use it in GitHub Desktop.
sql_slave_skip
stop slave;
set global sql_slave_skip_counter=1;
start slave;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment