MyBB Community Forums

Full Version: Help on how to change my database settings
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just moved to another hosting site. Please how can i change my database settings.
details available in this tutorial :How to change hosts successfully
Specifically change the lines in your /inc/config.php here:

Quote:$config['hostname'] = ' ';
$config['username'] = ' ';
$config['password'] = ' ';
$config['database'] = ' ';
$config['table_prefix'] = 'mybb_';
Thanks a lot.