Servlets JDBC connetion with MySql

I'm trying to connect to mysql with a java servlet. I get the mesage below:

java.sql.SQLException: Invalid authorization specification: Access denied for user: 'user@host' (Using password: YES) at org.gjt.mm.mysql.MysqlIO.init(MysqlIO.java:278)

I don't Know how I could solve this problem.

Thanks
Joan

 

 

 

 

Top