How to retrieve wordpress account password

This item was filled under [ Wordpress ]

Here’s how to retrieve wordpress account password:

1. Open your phpmyadmin
2. on SQL tab, put this on search:

UPDATE `wp_users` SET `user_pass` = MD5( 'new_password_here' ) WHERE `wp_users`.`user_login` = "admin_username";

“new_password_here” - replace this with the new password you wish to use.
“admin_username” – replace this with the username the password should be updated for.

3. Click “GO” and then try login again.

Share and Enjoy:
  • del.icio.us
  • Fark
  • Reddit
  • Blogosphere News
  • Digg
  • Facebook
  • Google Bookmarks
  • Live
  • MSN Reporter
  • MySpace
  • RSS
  • StumbleUpon
  • Technorati
  • Yahoo! Bookmarks
  • Yahoo! Buzz
  • Tumblr
  • Twitter
  • No Related Post
  • No Related Post
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

One Comment on “How to retrieve wordpress account password”

  • 19 August, 2009, 6:48

    Thanks for the tip! Not sure why but by default we can never login to a new WP install or retrieve the password due to an email error. This has taken care of the issue though.

Leave a Comment