How To Reset My WordPress Admin Password?

The WordPress admin password can be reset from the WordPress database. The WordPress database can be easily accessed through phpMyAdmin tool available with your web hosting account.

Once you are in phpMyAdmin, select the WordPress database folder from the left navigation bar. The page will refresh and and the WordPress database’s tables will be displayed on it. Open the SQL tab (look at the top navigation bar).

In the text field write the following SQL query:

UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here’ ) WHERE `wp_users`.`user_login` = “admin_username”;

  • "new_password_here" – Enter the new password you wish to use for your WordPress login.
  • "admin_username" – replace this with the username the password should be updated for.

Once you enter the new password and the correct username, click on the GO button to submit the query. If the query is executed correct and no errors are displayed then you should be able to login with the new password.

If there's any problem while resetting the password, contact your web hosting provider for further assistance. AKLWEB Host provides the best WordPress hosting services and such requests are handled with ease.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Where is my WordPress configuration located and how can I edit it?

The WordPress configration file is located in the WordPress installation directory with the name...

Wordpress Fatal error: Allowed Memory Size Exhausted?

Memory allocation and exhaustion problems within WordPress installations. By default, our...

WP Super Cache Plugin

One way to optimize WordPress is to install WP Super Cache, which can be done from your WordPress...

What Applications Are Required To Run WordPress?

To run the WordPress blogging software following applications should be installed on the...

PostNuke Hosting

What is PostNuke ? PostNuke (a.k.a. Zikula) is one of the best open source, open development...