MyBB Community Forums

Full Version: MySQL database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hi, why suddenly the forum can not login to the database?

[attachment=24509]

i'm still using the same username and password..but just suddenly, it can not login to.
Here you can login of your hosting info
and this is not mybb panel

Simple here enter your Cpanel Username Passwored
check for correct database & user details in inc/config.php file

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

$config['database']['hostname'] = '_______';
$config['database']['username'] = '_______';
$config['database']['password'] = '_______';
(2011-10-24, 11:42 AM)ranjani Wrote: [ -> ]check for correct database & user details in inc/config.php file

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

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

it's already correct. no one alter the inc/config.php file
Contact your host. It looks like a MySQL problem.
(2011-10-24, 12:30 PM)Rukbat Wrote: [ -> ]Contact your host. It looks like a MySQL problem.

You guys think that it's really the host's problem?
If you're 100% sure that the credentials are correct, then check with your host.
Both phpMyAdmin and MyBB have a problem connecting, so it's either a bad username, a bad password or a problem with MySQL. The odds that both phpMyAdmin and MyBB went bad at the same time are too small to consider.
If you are using an IP address to connect you may need to change it to 'localhost'. Sometimes host IP's change.
Pages: 1 2