I use hibernate 3.2.5 and mysql db.... Iam able to run my application in my local server, but when i deploy it in a private server (Mocha host), iam getting an exception
org.hibernate.exception.SQLGrammarException: could not execute query Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: SELECT command denied to user 'lorlabs1_cloud'@'localhost' for table 'userTBL'
Whenever i do any operation that db it is telling that access denied
But without using hibernate iam able to run a application and connect to that db
Please help me find the issue
|