Skip to content

Instantly share code, notes, and snippets.

@dky
Created January 4, 2013 05:03
Show Gist options
  • Save dky/4450093 to your computer and use it in GitHub Desktop.
Save dky/4450093 to your computer and use it in GitHub Desktop.
Change the admin username on a Wordpress install
UPDATE wp_users SET user_login = 'notadmin' WHERE user_login = 'admin';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment