I am trying make a connection to MySQL from my java application and it keeps on saying :
java.sql.SQLException: Access denied for user 'vincent'@'x.x.x.x' (using password: YES)
I have checked in phpmyadmin that vincent can conect from any host and I also have a python script who can connect with the same username/password without any problem
What is the problem ?
Thank you very much
Regards.

mysqlcommand line tool from the host that you're trying to run your Java application from? – beny23 Nov 22 '11 at 9:59