Hi,
In a Codeigniter script, when I try to access the admin area I get the following message.
I have checked the config file and it definatley seems to have the correct db, user, pwd info, so I am lost.
Any help please?
Thanks
oz
BTW Line 48 mentioned is…
{
return mysql_connect($this->hostname, $this->username, $this->password);
}
A PHP Error was encountered
Severity: Warning
Message: mysql_connect() [function.mysql-connect]: Access denied for user ‘classicr’@‘localhost’ (using password: YES)
Filename: drivers/DB_mysql.php
Line Number: 48
An Error Was Encountered
Unable to connect to your database server using the provided settings.