if you have fogotten your drupal admin password, this is ow to reset it
you need to access the database, either with phpMyAdmin or through the shell
from the shell
#mysqlWelcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 8Server version: 5.0.51a-3ubuntu5.1 (Ubuntu)Type 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> use database_name;mysql> update users set pass=md5('NEWPASS') where uid = 1;mysql> exit#
Recent comments
14 weeks 20 hours ago
14 weeks 1 day ago
14 weeks 1 day ago
26 weeks 6 days ago
1 year 34 weeks ago
2 years 5 weeks ago