How can I recover my WordPress password?

Asked By 90 points N/A Posted on -
qa-featured
Hi there, I'm new to WordPress and just forgot my admin password… 
 
Is it possible to execute some MySQL statement in order to reset the password?
 
I do have access to phpMyAdmin.
 
Thank you for your help.

 

SHARE
Answered By 0 points N/A #188980

How can I recover my WordPress password?

qa-featured

Yes, you can reset it through phpMyAdmin. Its the easiest way.

  1. Login to phpMyAdmin, select your WordPress database.
  2. From the structure, look up for wp_users.
  3. Click browse icon there.
  4. Under the user_login locate your username.
  5. Click on Pencil icon for editing it.
  6. When user_id shown, click edit.
  7. Delete the old password and type your new password. Remember its case sensitive.
  8. From the drop down MENU select MD5.
  9. Click the GO button below and you are done.

Here is the url for details.

Related Questions