Hi RM,
The database settings are stored in include/db.inc.php; if you're unable to access the administration interface, you can change the password by editing this file. If you want to change the database password, you'll need to grant access in MySQL:
- Code: Select all
GRANT ALL ON my_database.* TO my_database_user@localhost IDENTIFIED BY 'my_database_password';
Make sure the values in include/db.inc.php match, and you should be ready to go.
Regards,
Alec Smecher
Public Knowledge Project Team