Hello All,

In order to reset the password details of a user from PHPMyAdmin one need to follow below mentioned steps:

1) Open PHPMyAdmin and Do login into the it.
2) A list of databases will appear. Click your WordPress database.
3) All the tables in your database will appear.
4) Click on wp_users table.
5) Click on the icon for browse or structure.
6) On user_login click browse and find the ID number associated with your login. Go back to the wp_users table. On the user_pass field, click browse and find the ID number associated with your login.
7) Click edit.
8) Click the dropdown menu and select MD5 from the menu.
9) Next to the ID number is a long list of numbers and letters. Select and delete these and type in your new password which one want to use.
10) Click the ‘Go’ button to the bottom right.

Thanks,

Shane G.

Popularity: 5%

Related posts:
  1. How To Reset User Password From Command Line In WordPress Hello All, In order to reset wordpress user password form...
  2. How to change the display name of admin user from PHPmyadmin? Below mentioned are the steps to change the display...
  3. How to deactivate all wordpress plugins from PHPMyAdmin? Hello All, In order to deactivate all wodpress plugins when...
  4. How To Change Password From WordPress Blog? Hello All, It is a good practice to reset the...
  5. How To Change Wordpress Author Archive Permalink Hi, We would like to make the author URL to...

Leave a Reply

You must be logged in to post a comment.