I receive almost 15 emails per day alerting me that a user has tried to brute force my blog with the ‘admin’ username.
In this article, I’ll be showing you how to change your WordPress admin username to something more ‘unique’.
If you’ve already attempted to change the username via the WordPress admin, you might have realised that it’s not possible.
Don’t worry, though, it’s an extremely easy process!
Change the WordPress Admin Username via phpMyAdmin (MySQL)
Assuming that you’re logged in to phpMyAdmin, simply follow the below steps to change the WordPress admin username:
- Click on your WordPress database
- Select the ‘wp_users’ table
- Select ‘Edit’ next to the respective user ‘admin’ row
- Type a new user in the ‘user_nicename’ field
- Click ‘Go’ to apply the new changes
- Finished!
Now go back to your WordPress admin panel and login with your new admin username!
As a side note, I’ve performed this on many sites (large and small) with no undesirable impacts.
Let me know how you go in the comments.
