MyBB Community Forums

Full Version: SQL Error: 1045
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My website: http://intensity-x.org/forums/
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1045 - Access denied for user '------------'@'10.X.2.X' (using password: YES)
Query:
[READ] Unable to connect to MySQL server
Please contact the MyBB Group for support.


I've tried the "Docs" where it helps me fix this, so i updated my config.php and i still get this error.

I deleted my computer cache ect with Ccleaner & i still get the same error.
Help me please?:\

I did change my Msql password and i didn't know it'd effect this, so it did and i updated my database.


$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'mydatabseuser';

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

$config['database']['hostname'] = 'mysql.hostizzo.com';

$config['database']['username'] = 'username';
$config['database']['password'] = 'pass';

I filled that in with this.

[Image: ZAJGf.png]
Does ./inc/config.php have the correct CHMOD permissions?

./inc/config.php >> 666
(2012-12-15, 06:16 AM)Stephon Wrote: [ -> ]Does ./inc/config.php have the correct CHMOD permissions?

./inc/config.php >> 666

Do you have skype?
I'll show your all the codes.
Hi, this problem appears to be solved now. If it is, please mark this thread as 'solved' Smile