How to reset the WordPress administrator password via phpMyAdmin

·

·

,

Access phpMyAdmin from the Kiravo control panel and open the wp_users table. Identify your admin user and click Edit. Next to the user_pass field, select the MD5 function, enter your new password in the text column, and click Go. You can now log in to WordPress with your new password.

In-depth tutorial

Losing access to your WordPress dashboard is inconvenient, but solvable. If the email recovery function is unavailable, changing the password directly in the database is the reliable solution. You can do this quickly through phpMyAdmin.

Modifying the database requires care. Follow these steps to regain access to your site safely.

Access phpMyAdmin from the Kiravo Control Panel

Access phpMyAdmin from your hosting control panel.

Our tutorial for accessing phpMyAdmin provides all necessary steps.

Identify the Users Table

On the left side, select the database corresponding to your WordPress site.

phpMyAdmin interface

Look for the table named wp_users. If you changed the table prefix during installation, it might have a different name, such as example_users. Click on the table name to see the list of all registered users on the website.

users phpMyAdmin

Edit the Administrator Profile

Find the row corresponding to your administrator account and click the Edit button.

edit user administrator

You will see a list of all information fields for your profile. Identify the row named user_pass.

row user_pass in phpMyAdmin

Configure the New Secure Password

In the Function column, choose the MD5 option from the dropdown menu. This function is essential because it encrypts the password so WordPress can recognize it. In the Value column, delete the existing text and type your new password.

write new password in the value field in phpmyadmin

Scroll to the bottom of the page and click the Go button.

button Go in phpMyAdmin

Verify Site Access

Return to your WordPress login page. Enter your username and the newly set password. Your access is now restored. We recommend using a complex password to maintain account security.

If you need assistance, please contact the Kiravo support team.

Elena Chira avatar

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *