How to Reset WordPress Password in phpMyAdmin
Problem
Although resetting a WordPress password is typically a straightforward process, there are instances when standard methods fail, resulting in being locked out of the website.
Solution
Fortunately, you can use the phpMyAdmin tool in your hosting account's control panel to directly reset the password from the WordPress database. Select the specific instructions below depending on the hosting platform that you have:
- Log in to your cPanel.
- Scroll down to Databases and click phpMyAdmin.
- On the left side of your phpMyAdmin page, click the database that you want to access. You will then see a list of your WordPress database tables.
- Locate the wp_users table, then click Browse.
NOTE
- Your database might have a different prefix, so, you might see <differentprefix>_users instead.
- If you have more than one WordPress user, you need to check each wp_users table to ensure it is the correct user that you want to update. Just check the user_login and user_email columns after opening the wp_users table to verify.
- After opening the wp_users table, click Edit.
IMPORTANT. Make sure you are editing the correct user. Always check the user_login and user_email columns to verify.
- Go to user_pass row.
- Replace the value box with your new password.
- Select MD5 in the varchar(255) dropdown menu.
- Click Go at the very bottom of the page.
That's it. You've successfully changed your WordPress password.
- Log in to your Plesk.
- On the left sidebar, click Databases.
- Locate the database you want to access and click phpMyAdmin. You will then see a list of your WordPress database tables.
- Locate the wp_users table, then click Browse.
NOTE
- Your database might have a different prefix, so, you might see <differentprefix>_users instead.
- If you have more than one WordPress user, you need to check each wp_users table to ensure it is the correct user that you want to update. Just check the user_login and user_email columns after opening the wp_users table to verify.
- After opening the wp_users table, click Edit.
IMPORTANT. Make sure you are editing the correct user. Always check the user_login and user_email columns to verify.
- Go to user_pass row.
- Replace the value box with your new password.
- Select MD5 in the varchar(255) dropdown menu.
- Click Go at the very bottom of the page.
That's it. You've successfully changed your WordPress password.
- Log in to your Account Manager.
- In your Dashboard, locate your WordPress Hosting product.
- Click Manage on the right side.
- In the Overview tab, go to the WordPress Sites section.
- Find the WordPress site for which you want to change the password, then click MANAGE.
- Click the Live Site or Staging tab:
- Live Site. Your website in production, or your official live website.
- Staging. This is where you make your changes before pushing it to the production or live site.
- Once the Live Site or Staging tab is open, scroll down to the Database section and click PHPMYADMIN.
- In phpMyAdmin, select the database associated with your WordPress site from the left panel. You’ll see a list of your WordPress database tables.
- Locate the wp_users table and click Browse.
NOTE
- Your database might have a different prefix, so, you might see <differentprefix>_users instead.
- If you have more than one WordPress user, you need to check each wp_users table to ensure it is the correct user that you want to update. Just check the user_login and user_email columns after opening the wp_users table to verify.
- After opening the wp_users table, click Edit.
IMPORTANT. Make sure you are editing the correct user. Always check the user_login and user_email columns to verify.
- In the user_pass row, replace the value box with your new password.
- Select MD5 in the varchar(255) dropdown menu.
- Click Go at the very bottom of the page.
That's it. You've successfully changed your WordPress password.