Mon Jun 11 10:46:26 CST 2018 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.
插入成功!

使用jdbc连接数据库操作 会保持这样一条警告,虽然说不影响操作但是看起来不爽,只需要在url中加入useSSL=true 即可消除警告

url=jdbc:mysql://localhost:3306/mybase?useUnicode=true&characterEncoding=utf8&useSSL=true

最新文章

  1. EXECL文件导入数据库
  2. UIKit-3347.44.2/UICollectionView.m:3443
  3. C++程序结构---1
  4. 抓取dump
  5. Freemarker 输出$和html标签等特殊符号
  6. Factorization Machines 学习笔记(四)学习算法
  7. grub 的安装与使用
  8. 全新的.NET解释器 - Mono已经到来
  9. JSONP ---------跨域
  10. 2018-08-13 Head First OO分析设计一书略读与例子中文化
  11. Apache Thrift的C++多线程编程定式
  12. luogu P2502 [HAOI2006]旅行
  13. 如何进行 iPhone 客户端的软件测试
  14. 浅谈文档协作在工程设计中的应用——共享excel计算书
  15. 【AndroidManifest.xml详解】Manifest属性之sharedUserId、sharedUserLabel
  16. 玩转X-CTR100 l STM32F4 l 舵机控制
  17. python获取toast 验证
  18. Eclipse修改背景颜色
  19. Python之json编码
  20. logging模块的使用

热门文章

  1. 为什么要搞vim
  2. python3 打印九九乘法口诀表
  3. 每天一个Linux命令(9):cp命令
  4. java初学3
  5. Python读取不同文件夹下的图片并且分类放到新创建的训练文件夹和标签文件夹
  6. apache无法启动解决办法
  7. oom 和 jvm crash的问题
  8. 九宫重排_康拓展开_bfs
  9. 错误error: Exception at 0x613baa14, code: 0xc0000005: read access violation at: 0x0, flags=0x0 (first chance)的解决办法
  10. opencv3.1+cmake+mingw5.3+QT5编译