Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlosalexandresmo/ba52f562fef7fee03ab6102b2b8473e6 to your computer and use it in GitHub Desktop.
Save carlosalexandresmo/ba52f562fef7fee03ab6102b2b8473e6 to your computer and use it in GitHub Desktop.
reset Auto Increment MySQL
ALTER TABLE tablename AUTO_INCREMENT = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment