Last active
January 1, 2016 22:19
-
-
Save michaelcarwile/8209422 to your computer and use it in GitHub Desktop.
Reset royalslider id counter (in MySQL - PHPMyAdmin)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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