Welcome back!
Many of you may be knowing that changing Wordpress login username is one of the ways to protect your Wordpress blog. After a fresh install of Wordpress on your host, you sign in with the default username “admin“. You cannot change this username directly from the Admin panel.
But don’t worry! There’s another way to change this username. It’s through phpMyAdmin. This is not a new hack/method. But, it’s quite useful from security point of view, esp. for Wordpress newbies.
Following are the steps to change Wordpress username through phpMyAdmin:
Step 1: Login to your phpMyAdmin using your SQL Database username and password
This can be done through cPanel of your host.
Step 2: Browse to your blog’s database
Step 3: Find wp_users:
(Edit the default WordPress table prefix “wp_” if needed)
Once you click on browse in your wp_users database, you will be shown the users on this blog. Scroll down to the ID which says user_login as admin(by default). Once there click on edit button, the edit button will appear as a pencil logo.
Step 4: Edit the values:
Once clicked on edit, you will be taken to a page that appears as below. Here the second field user_login will have admin under the value column. Change this from admin to anything you prefer.
Once done with the change save and click go on the page.
There we have changed the WordPress user from the default admin to something we prefer. This is one way to ensure your WordPress blog is one step secure than it was before.
Happy Blogging.


{ 3 trackbacks }
{ 5 comments… read them below or add one }
A very detailed information on how to change it. Keep it up and more power!
Nice one. could be useful for me in the future.
Thanks – Actually got bored with admin!
Lol uday. Same here got bored with admin hehe
Thank you! I am in the process of manually reinstalling my wordpress and this post was extremely helpful.