Skip to content

Instantly share code, notes, and snippets.

@Macagare
Created November 26, 2014 10:10
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 Macagare/85db1bbb4d434b196356 to your computer and use it in GitHub Desktop.
Save Macagare/85db1bbb4d434b196356 to your computer and use it in GitHub Desktop.
update table autoincrement offset
ALTER TABLE tbl AUTO_INCREMENT = 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment