Your connection URL should look like the below,
jdbc:mysql://localhost:3306/Peoples?autoReconnect=true&useSSL=false
This will disable SSL and also suppress the SSL errors.
本文介绍了一种配置MySQL连接的方法,通过设置特定的URL参数来禁用SSL并避免相关的SSL错误。
Your connection URL should look like the below,
jdbc:mysql://localhost:3306/Peoples?autoReconnect=true&useSSL=false
This will disable SSL and also suppress the SSL errors.
993
4142
4771
1205
7万+
259

被折叠的 条评论
为什么被折叠?