Forum Problems Installing LAMS: Re: CentOS Server SQL Exception


 
Search: 

2: Re: CentOS Server SQL Exception
In response to 1 01/17/12 12:42 PM
[ Reply | Forward ]
Hi Jose,

This is your problem (from the logs):

org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Access denied for user 'user_lams'@'localhost' (using password: YES))

Have you created the user user_lams on MySQL?

Can you try to see if this works from the command link:

$ mysql -u user_lams -p -h localhost

Thanks

Ernie

Posted by Ernie Ghiglione

3: Re: Re: CentOS Server SQL Exception
In response to 2 01/23/12 01:57 AM
[ Reply | Forward ]
Thanks for your fast response.

I restarted the server and I saw it was an issue with mysqld service. Previously I had to reset the root password and it seems that it blocked the network remote access.

Thanks again.

Cheers,
Jose

Posted by Jose C. Andreu

Reply to first post on this page
Back to Problems Installing LAMS