老师,jdbc链接mysql,有这个警告,程序可以正常运行
还有0人有此问题
发表在Java视频课程答疑 2019-12-27
是否精华
版块置顶:

Fri Dec 27 21:12:35 GMT+08:00 2019 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.这个怎么处理?

分享到:
精彩评论 4
根号申
学分:4736 LV12
TA的每日心情
2021-07-16 23:48:46
2019-12-28
沙发

警告说明程序有待完善的地方,不影响运行的话可以无视。

如果有强迫症的话,可以看一下这个帖子,在url里加个参数即可


根号申
学分:4736 LV12
TA的每日心情
2021-07-16 23:48:46
2019-12-28
板凳

刚才发现帖子地址没发出来,补上

https://blog.csdn.net/qq_41785135/article/details/85118329

李海林_2018
学分:384 LV5
2019-12-28
地板

public class Demo5 {
 public static void main(String[] args) {
  try {
   Class.forName("com.mysql.cj.jdbc.Driver");
   String url = "jdbc:mysql://127.0.0.1:3306/test?useUnicode=true&characterEncoding=utf8&serverTimezone=GMT";
   String useName = "root";
   String password = "123456";
   Connection con = DriverManager.getConnection(url,useName,password);
   System.out.println(con);
   con.close();
  } catch (ClassNotFoundException e) {
   // TODO Auto-generated catch block
   e.printStackTrace();
  } catch (SQLException e) {
   // TODO Auto-generated catch block
   e.printStackTrace();
  }

 }

}


TIM截图20191228131853.png

李海林_2018
学分:384 LV5
2019-12-28
4L

根号申 发表于2019-12-28 11:22

刚才发现帖子地址没发出来,补上

https://blog.csdn.net/qq_41785135/article/details/85118329

谢谢老师,我之前在网上查看了这个处理方式,但依旧是这样,周末愉快

首页上一页 1 下一页尾页 4 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照