I am trying to install on a RHEL5 server. I have worked my way through to step 6 in the setup guide. When I get to run createSchema.sh I receive the following error messages. Any ideas on a solution?
Output of createSchema.sh
[root@server02 database]# ./createSchema.sh
PHP Notice: Only variable references should be returned by reference in /home/studentuofdjesuitssl/html/CalemEAM/server/include/log4php/LoggerAppender.php on line 73
PHP Notice: Only variable references should be returned by reference in /home/studentuofdjesuitssl/html/CalemEAM/server/include/log4php/LoggerPropertyConfigurator.php on line 565
PHP Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[28000] [1045] Access denied for user 'calemeam'@'localhost' (using password: YES)' in /home/studentuofdjesuitssl/html/CalemEAM/server/include/core/database/CalemPdo.php:53
Stack trace:
#0 /home/studentuofdjesuitssl/html/CalemEAM/server/include/core/database/CalemPdo.php(53): PDO->__construct('mysql:host=loca...', 'calemeam', 'password', Array)
#1 /home/studentuofdjesuitssl/html/CalemEAM/server/include/core/database/mysql/MysqlHandler.php(148): CalemPdo->__construct('mysql:host=loca...', 'calemeam', 'password', Array)
#2 /home/studentuofdjesuitssl/html/CalemEAM/server/include/core/database/CalemDbo.php(79): MysqlHandler->getCalemConnection()
#3 /home/studentuofdjesuitssl/html/CalemEAM/server/include/core/database/CalemDbSetup.php(158): CalemDbo->__construct()
#4 /home/studentuofdjesuitssl/html/CalemEAM/server/setup/CalemCreateSchema.php(86): CalemDbSetup->validate()
#5 /home/studentuofdjesuitssl/html/CalemEAM/server/setup/CreateSchemaCmd.php(45): CalemCr in /home/studentuofdjesuitssl/html/CalemEAM/server/include/core/database/CalemPdo.php on line 53
From Calem log
2008-03-05 11:23:53,430 ERROR CalemDbSetup - SQLSTATE[HY000]: General error: 2030 This command is not supported in the prepared statement protocol yet, executing sql=CREATE DATABASE IF NOT EXISTS calemeam CHARACTER SET utf8 COLLATE utf8_general_ci
2008-03-05 11:23:53,430 ERROR CalemDbSetup - SQLSTATE[HY000]: General error: 2030 This command is not supported in the prepared statement protocol yet, executing sql=CREATE USER 'calemeam'@'localhost' IDENTIFIED BY 'password'
2008-03-05 11:23:53,430 ERROR CalemDbSetup - SQLSTATE[HY000]: General error: 2030 This command is not supported in the prepared statement protocol yet, executing sql=GRANT SELECT, UPDATE, INSERT, DELETE, CREATE, ALTER, INDEX ON `calemeam`.* TO 'calemeam'@'localhost'
2008-03-05 11:23:53,430 INFO MysqlHandler - calem db connection: user=calemeam, password=***, , connection=mysql:host=localhost;dbname=calemeam, persistent connection=Array
2008-03-05 11:23:53,430 ERROR SetupCalemDatabase - Error in setting up db, error=SQLSTATE[28000] [1045] Access denied for user 'calemeam'@'localhost' (using password: YES)
2008-03-05 11:23:53,430 INFO MysqlHandler - calem db connection: user=calemeam, password=***, , connection=mysql:host=localhost;dbname=calemeam, persistent connection=Array
2008-03-05 11:38:50,996 INFO MysqlHandler - db admin connection: user=root, password=***, , connection=mysql:host=localhost