I\'m having troubles with my project , it involves JDBC and Mysql connection .
JDBC
Mysql
When I do the following :
private Statement m_
I had the same problem. You need to set a password for the user. Go to the mysql console .
$ mysqladmin -u root password myFirstpassword
Then change your password in the java program