MyBB Community Forums

Full Version: [updated] change database username/password at config.php ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How/where to change username and pswd for database at inc/config.php...

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'akmb_akmb';
$config['database']['password'] = 'PhrxSo183z';

...and if the code is manually changed at config.php can the actual pswd (like '1234akm') be entered to replace the mixed 'security'? characters at
$config['database']['password'] = 'PhrxSo183z'; ?

Update:
Took a look at http://docs.mybb.com/inc-config.html#Dat...figuration for similar info recommended by another thread, but didnt see the answer there... but may have missed something ?