Hello,

Also, 

1. Copy the mysql jdbc connector jar file into the server/default/lib directory.

2. Grant the access permission to database with the following command.

mysql> grant all on database_name.* to user_name@'localhost' identified by 
'passwd'

Regards,
ViSolve JBoss Team.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950413#3950413

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950413


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to