78         // Make connection to MySQL server
79         if (!$this->dbConn = @mysql_connect($this->host,
80                                   $this->dbUser,
81                                   $this->dbPass)) {
82         trigger_error('Could not connect to server');
83         $this->connectError=true;
84         // Select database
WARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'classichome'@'64.13.192.32' (using password: YES)
File: /nfs/c01/h04/mnt/44792/domains/classichomessouth.com/html/inc/php/classes/Database/MySQL.class.php