MyBB Community Forums

Full Version: urgent help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I change my forum hosting but now it show this error

http://gyazo.com/fa7fe450916f903da090be827fb38d36

How can i fix it
you should change the database informations in the "inc/config.php"

$config['database']['database'] = 'dbname';
$config['database']['table_prefix'] = 'mybb_';

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

best regards Smile