I want to connect to a MySQL database. While installing MySQL I did not give any password, so in my program I did the same but I am getting error on connection. I am using p
URL=jdbc\:mysql\://192.168.1.51:3306/easylibdb1 USER=root PASSWD= DRIVER=com.mysql.jdbc.Driver
Please set ur PASSWORD Field as blank.. Don't put quote.