Skip to content

Instantly share code, notes, and snippets.

@michaelcarwile
Last active January 1, 2016 22:19
Show Gist options
  • Save michaelcarwile/8209422 to your computer and use it in GitHub Desktop.
Save michaelcarwile/8209422 to your computer and use it in GitHub Desktop.
Reset royalslider id counter (in MySQL - PHPMyAdmin)
# ALTER TABLE [tablename] AUTO_INCREMENT = [number]
# for royalslider specifically:
ALTER TABLE wp_new_royalsliders AUTO_INCREMENT = [number]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment