Hello, all! I am having a few troubles with my database connection...
The error I am getting:
My Connection:
$config['db'] = array(
'host' => 'localhost',
'username' => 'clanmsx2_xxxxxxxxx',
'password' => 'xxxxxxxxxxxxx',
'dbname' => 'clanmsx2_xxxxxxxxx'
);
try {...