View Single Post
Old 02-05-2009, 03:20 PM  
Jdoughs
Confirmed User
 
Jdoughs's Avatar
 
Industry Role:
Join Date: Mar 2004
Location: Great White North
Posts: 5,794
This happened to me yesterday, and you cannot just 'reset' your password cause of the encryption in phpmyadmin.

Login to phpmyadmin, select your database, go to SQL And enter this.

Code:
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.

Then just login with your new password.


http://kb.siteground.com/article/How..._password.html
__________________
LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250
Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month.
AmeriNOC - Proudly hosted @ AmeriNOC!

Last edited by Jdoughs; 02-05-2009 at 03:22 PM..
Jdoughs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote