Another thought, what GRANT options did you use for the user? Here si the SQL file I run
to reload the database:
DROP DATABASE portal24;
| CREATE DATABASE portal24;
| GRANT ALL PRIVILEGES ON portal24.* TO 'portal'@'localhost' IDENTIFIED
BY 'portalpassword' WITH GRANT OPTION;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967931#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...