Tel 678.697.4783
Fax 678.840.7870
Po Box 4432
Marietta, Ga 30061
info@jamboconsulting.com

 Subscribe in a reader



Lunarpages.com Web Hosting
Web hosting by ICDSoft

Archives

Previous Posts

Powered by Blogger

Thursday, March 27, 2008

Reset Drupal Admin Password via MySQL

Execute this SQL command in MySQL either from the command line or from a tool like PHPMySQL to reset the admin password:

update users set pass=md5('NEWPASS') where uid = 1;


'users' may be prefixed by something like ' drupal_ ' depending on your setup.

Labels: , ,

Article Link posted by Edward at 12:41 PM
0 comments : Post a Comment : email post

<< Home