Reset WordPress password Forcibly

By clicking the “Lost your password?” which is present on the wp-admin login screen from which you can try recovering the password. Then, you’re needed to enter your username or the registered email address. WordPress would check its database for the main points that you simply have entered, if they match, a replacement password would be sent to your mail address in an instant.

But, there are instances once this procedure is of no help and you can’t figure out way to access your WordPress admin space. Therein case, you want to screw through the WordPress database. The best technique of managing your WordPress Database is through phpMyAdmin that is obtainable together with your WordPress Hosting package.

Upon accessing the phpMyAdmin, you have to select the database that your WordPress web site is using. You have to then click it, when that you’d be ready to read completely different tables of your database. Now, you must search for the SQL tab placed at the top of the navigation bar.

Now, you have to sort the below SQL query within the field provided:

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

Note: In place of the terms “new_password_here”, you have to type your new intended password.
You have to type your username by replacing “admin_username”.

Having done that, simply choose the GO tab for submitting the query.

Assuming that you have got followed the exact steps mentioned on top of, you should now be ready to simply login to your WordPress web blog with the details that you have just submitted.

Note: it’s suggested to vary your password on a daily basis. Thepassword you select should be Alpha Numeric and specified it can’t be guessed simply.