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
Thursday, January 03, 2008
Quick notes on Leopard LAMP
Leopard ships with Apache2, MySQL, and PHP5. Follow the link for notes on getting it up and running.Labels: Apache 2, Apple Mac OSX Leopard, MySQL, PHP 5
Article Link
posted by Edward at 7:00 PM
0 comments :
Post a Comment : email post