Mysql Connection with out password using corejava program

后端 未结 8 1356
你的背包
你的背包 2020-12-07 03:21

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

8条回答
  •  被撕碎了的回忆
    2020-12-07 03:56

    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.

提交回复
热议问题