Skip to content

Instantly share code, notes, and snippets.

@didip
Created November 11, 2009 17:13
Show Gist options
  • Save didip/232119 to your computer and use it in GitHub Desktop.
Save didip/232119 to your computer and use it in GitHub Desktop.
SHOW SLAVE STATUS \G
STOP SLAVE;
SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1;
START SLAVE;
SHOW SLAVE STATUS \G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment