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: Drupal, MySQL, Reset Password
Article Link
posted by Edward at 12:41 PM
0 comments :
Post a Comment : email post ![]()
Previous Posts
- Download Firefox Day!
- Change IE Homepage
- OMG, Somebody Buy Krakow a Clue
- Fixed: Windows Update Broken
- Fixed: Unable to install Windows Genuine Advantage...
- SoftBank To Release iPhone in Japan
- VLC Player on iPhone
- iPhone: Great user experience, but that's all
- 10 Million iPhones?
- iPhone gaining even more steam



