MyBB Community Forums

Full Version: MyBB Internal Error?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1045 - Access denied for user 'fees0_6091712'@'192.168.0.113' (using password: YES)
Query:
[READ] Unable to connect to MySQL server

[Image: mybberror.png]
The error says your MySQL user information is incorrect.
Make sure that you have the correct MySQL information.
hi, you must have given it a wrong information about your database.
edit this file in /inc/config.php and edit the username and password along with the database name correctly
$config['database']['type'] = 'mysql';
$config['database']['database'] = 'YOUR DATABASE NAME';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'LOCALHOST';
$config['database']['username'] = 'YOUR DATABASE USERNAME';
$config['database']['password'] = 'YOUR DATABASE PASSWORD';

Also, make sure it is set to the right hostname. It is currently set to 192.168.0.113. Are you using a remote database on a computer connected to the same network, otherwise that probably won't work and it should be set to localhost.
config.php has the wrong MySQL Connection Details. Check the details again and contact your host.
ok thanks for the help guys
edit : it worked Smile.. thanks