How To Reset WordPress Login Password From phpMyAdmin

Incase you forget your password to your wordpress login, this can be your last step to resetting your password.In this tutorial I’ll show you how to reset your password using the phpmyadmin.

Note : This involves editing the wordpress database file, so be careful while you try to try this trick.

Get into phpMyAdmin

Step 1: Select the WordPress database of the blog you want to reset the password on.

Step 2: Click on wp_users

Step 3: Select ID,user_login,user_pass and click Browse that is indicated as [3] in the image below.

wp-pwd-reset-1

Step 4 : In the next page, click the Edit button ie., the pencil as indicated in the below image to edit the password of the user under the user_login.

wp-pwd-reset-2--pg2

Step 4: In the user_pass row select MD5 as the function and change the text in the value column to the “newpassword” value and press the “Go Button” to reset the password.

wp-pwd-reset-2--pg3

Verify if your new password works! or contact the administrator for the solution.

Note : I’ve tested this method on my localhost with a test WordPress Installation and it worked fine.

Similar Post  Password Protect Text Files Using Steganos Locknote

1 Comment

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.