[jboss-user] [JBoss jBPM] - Re: MySQL & JBoss jBPM
dleerob
do-not-reply at jboss.com
Thu Dec 6 07:54:14 EST 2007
Ronald is correct, set up your MySQL user properly.
anonymous wrote : Access denied for user 'user'@'localhost' (using password: YES));
Try creating the user in MySQL using a SQL command on your database similair to:
GRANT ALL ON *.* TO 'user'@'localhost' identified by 'yourpassword';
Of course you may only want to grant access to your specific database, and not all of them, but I dont know what your database is called :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110835#4110835
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110835
More information about the jboss-user
mailing list