Thank you for your reply.
I have no problems on my local machine running the same database version on a windows XP system. However I get the following error message and I made sure that I am using the correct user, password, connection url and that the user has all the needed privleges for select, update, delete set.
For some reason my hosting provider believes that the schema in the query is the issue.
Error message: 2009-08-11 23:32:48,363 WARN [JDBCExceptionReporter.java:77] : SQL Error: 1142, SQLState: 42000 2009-08-11 23:32:48,354 ERROR [JDBCExceptionReporter.java:78] : SELECT command denied to user 'xxx'@'localhost' for table 'user_carrier' javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not execute query
|