Created
July 19, 2016 02:36
-
-
Save raewrites/ab92d3559f7d72dcce5d91f73badd848 to your computer and use it in GitHub Desktop.
Update Admin Username
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_users SET user_login = 'newcomplexusernameforadmin' WHERE user_login = 'admin' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment