Created
June 24, 2015 13:33
-
-
Save bookwyrm/3d80f8935c2d0a254348 to your computer and use it in GitHub Desktop.
Walkthrough: Setting up a Secure WordPress Site with Git – Part 2
This file contains 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
UPDATE wp_EkUMs54Z_users SET ID = 10 WHERE ID = 1; -- update user id | |
UPDATE wp_EkUMs54Z_usermeta SET user_id = 10 WHERE user_id = 1; -- retain permissions | |
ALTER TABLE wp_EkUMs54Z_users AUTO_INCREMENT = 11; -- make sure auto increment stays correct |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment