Skip to content

Instantly share code, notes, and snippets.

@victorpendleton
Created September 27, 2016 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save victorpendleton/20bd4a5ca4ac7d2127cc40c623db9b7f to your computer and use it in GitHub Desktop.
Save victorpendleton/20bd4a5ca4ac7d2127cc40c623db9b7f to your computer and use it in GitHub Desktop.
Skip MySQL GTID
STOP SLAVE;
SET GTID_NEXT="";
BEGIN; COMMIT;
SET GTID_NEXT="AUTOMATIC";
START SLAVE;
SHOW SLAVE STATUS\G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment