The error messages are as follow:
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'ODBC'@'localhost' (using password: NO)' in C:\wamp\www\CalemEAM\server\include\core\database\CalemPdo.php:53
Stack trace:
#0 C:\wamp\www\CalemEAM\server\include\core\database\CalemPdo.php(53): PDO->__construct('mysql:host=', NULL, NULL, NULL)
#1 C:\wamp\www\CalemEAM\server\include\core\database\mysql\MysqlHandler.php(180): CalemPdo->__construct('mysql:host=', NULL, NULL)
#2 C:\wamp\www\CalemEAM\server\setup\CalemCreateSchema.php(52): MysqlHandler->getDatabaseAdminConnection()
#3 C:\wamp\www\CalemEAM\server\setup\CreateSchemaCmd.php(44): CalemCreateSchema->setupDatabase()
#4 {main}
thrown in C:\wamp\www\CalemEAM\server\include\core\database\CalemPdo.php on line 53
I've no idea where ODBC@localhost come from.
Any suggestion how to troubleshoot & fix the problem?
I'm running Calem 2.0.1, Apache 2.2.6, PHP 5.2.5 & MySQL 5.0.45.