Skip to content

Instantly share code, notes, and snippets.

@raewrites
Created July 19, 2016 02:36
Show Gist options
  • Save raewrites/ab92d3559f7d72dcce5d91f73badd848 to your computer and use it in GitHub Desktop.
Save raewrites/ab92d3559f7d72dcce5d91f73badd848 to your computer and use it in GitHub Desktop.
Update Admin Username
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