MyBB Community Forums

Full Version: need to change db info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i can't find the file, where do i do it?

Thanks!
i found the config file, changed these settings to the right ones, which are located on a different server:

$config['database']['type'] = 'mysql';
$config['database']['database'] = 'xx';
$config['database']['table_prefix'] = 'xx';

$config['database']['hostname'] = 'xx.db.xx.hostedresource.com';
$config['database']['username'] = 'xx';
$config['database']['password'] = 'xx';

but now i'm getting this error:

[READ] Unable to connect to MySQL server
ugh,. nevermind, i didn't realize the username was case sensitive Smile