MyBB Community Forums

Full Version: Problem with config.php file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, I just moved to the new hosting, but when I edit inc/config.php forum still uses the old data. Why? Is db_user stored somwhere else?

The board is here: http://vitz55.ru/
Could not connect: Access denied for user 'leehost'@'localhost' (using password: YES)

Content of my config.php:

$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'vitz';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = 'vitz';
$config['database']['password'] = '*******';
That isn't a MyBB error, and it doesn't look like MyBB is installed on that server (showthread.php doesn't exist).
If I create user 'leehost' on my server, the board connects to the DB though config.php contais this:

$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'vitz';
$config['database']['table_prefix'] = 'mybb_';

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


How is that possible?