I am just transfering from my old host to my one, but I have setup a phpVMS database and changed all the details in the local.config.php file. However on the homepage it says:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user ‘goldenai_allan’@‘localhost’ (using password: YES) in /home/goldenai/public_html/core/classes/ezDB_MySQL.class.php on line 108
Database connection failed (1045: Access denied for user ‘goldenai_allan’@‘localhost’ (using password: YES))
In the “ezDB_MySQL.class.php” (line 108) it is:
$this->dbh = mysql_connect($dbhost, $dbuser, $dbpassword, true);
I the only thing I have noticed is “dbh” but doubt it. Any help would be appreciated.