作者:我我檬檬我我186 | 2023-09-10 14:52
如何解决《警告:建议不要在没有服务器身份验证的情况下建立SSL连接》经验,为你挑选了1个好方法。
1> 小智..:
将useSSL = false放在名称数据库的末尾:
Connection con=DriverManager.getConnection("jdbc:mysql://localhost:3306/INTtech?useSSL=false","root","root");
我面临同样的错误,我在我的代码中添加了useSSL = false但它不起作用.你有什么其他的建议?