WordPress: Reset your Password with phpMyAdmin
Locked out of your WordPress site? No problem! It happens to the best of us. This guide will walk you through how to reset your WordPress password with phpMyAdmin. It's easier than you might think, and we'll explain everything in plain English.
It is highly recommended that you back up your database before continuing if you don't know how to, please read How to Backup a MySQL Database.
What You Need
To perform this task, you will need the following items.
- The name of your WordPress database - If you aren't sure, please see How to find your WordPress Database.
- Your Bluehost cPanel username and password
Access phpMyAdmin
These steps explain how to access phpMyAdmin.
Bluerock
- Log in to your Bluehost Account Manager.
- Click the Hosting tab from the side navigation menu to the left.
- Scroll down to click the CPANEL button under Quick Links.
- Under the Database section, select phpMyAdmin.
- From the list of databases, select the database for your WordPress site.
Enter a New Password
These steps explain how to change the password in the database.
- On the left side of your screen, you should be able to see the table list. But sometimes, you still need to expand each individual database to be able to see the tables. You can do so by clicking the + sign until the _users table shows up.
Note: In our example, the table prefix is "ce8_" the prefix varies from site to site, so don't worry if yours is different.
- After clicking the _ user's table, options will pop up to the right.
- Click the edit button next to the user you want to set the password for.
- Enter the new password into the password box in the user_pass line.
- In the function drop-down box next to the password, choose MD5.
- Click Go
The password has been reset. You can now log in to WordPress with your new password.
To learn about resetting your password, please see Password Reset.
Summary
And that is all! You have simply reset your WordPress password with phpMyAdmin. Go ahead, now remember your new,secure password, and do your best not to lose it this time. You now know where to go when you need to reset the password.
If you need further assistance, feel free to contact us via Chat or Phone:
- Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
- Phone Support -
- US: 888-401-4678
- International: +1 801-765-9400
You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.