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
If it's really password="" what stands in your properties file, then "" will be sent as password. Not an empty string but the two quote signs.
password=""
""