Forum Moderators: rogerd
// phpBB 2.x auto-generated config file
// Do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = 'yourBBuname';
$dbuser = 'userNameHere';
$dbpasswd = 'passw0rdhere!';
$table_prefix = 'phpbb_';
If you change it in the config file you will need to change it in mySQL. Your system administrator can assist with changing in mySQL or if you have phpMyAdmin installed for web-based access the option is within there.
[phpbb.com...]
Ok, i went thru the phpMyAdmin2.5.6 and cannot find anywhere to change the username and password in mysql.
Granted, there is a frontend, a database manager,where i can add users and set their roles. I did use a user from there in the config file, but it still doesn't work. So how do i get to use another user.
BTW, it was the "database administrator" user that connects to the database. I'm trying to set it to a RW user.
Thanks again in advance.
You may not have enough permissions to change your password but should.