MyBB Community Forums

Full Version: DB username and Password
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I have changed hosting provider and need to update my DB username and password. Which file can I update to change the settings?

Thanks
inc/config.php.

You'll need to change:

$config['username'] = 'username';
$config['password'] = 'password';
Nice one thanks chris

Chris Boulton Wrote:inc/config.php.

You'll need to change:

$config['username'] = 'username';
$config['password'] = 'password';