MyBB Community Forums

Full Version: SQL Error. Please help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The owner of the site which I know own quit, and one of the other devs changed the SQL password on our web server.

I believe that is the cause of this:
[Image: Rib5rog.png]

How do I fix this? Is there a MyBB file I can edit to accept the new password? Thanks.
so you have access to the files but not the database ?
i have access to everything.
^ you can create a new user for the forum's database, add all privileges and use the database details in inc/config.php file

$config['database']['hostname'] = '.........';
$config['database']['username'] = '.........';
$config['database']['password'] = '.........';