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.

   url: jdbc:mysql://127.0.0.1:3306/mysql?useSSL=false&characterEncoding=utf8

useSSL=false

最新文章

  1. python 字典操作
  2. MFC编程入门
  3. [转] c# 数据类型占用的字节数
  4. 你好,C++(3)2.1 一个C++程序的自白
  5. notepad++使用心得
  6. 请问FMX手机app多个窗体如何嵌入同一个窗体?
  7. 标准I/O介绍
  8. 使用 RMI + ZooKeeper 实现远程调用框架
  9. SwipeRefreshLayout详解和自定义上拉加载更多
  10. 无需软件windows如何加密文件夹
  11. Struts2中的数据处理的三种方式对比(Action中三种作用域request,session,application对象)
  12. Memcached 总结 启动多个Memcached服务 配置文件详解
  13. CentOS 安装 Redis 笔记
  14. vue 用v-if 或者 v-show 渲染dom时,初次加载闪烁的问题
  15. property属性[Python]
  16. springboot中generator相关配置文件
  17. Exchange Port
  18. CentOS7.3下Zabbix3.5之微信报警配置
  19. C#根据经纬度获取物理地址
  20. MDCC 2014移动开发人员大会參会实录

热门文章

  1. caioj1465&&poj1024: 【AC自动机】地图匹配
  2. YTU 2417: C语言习题 字符串长度
  3. Scanner、String(java基础知识十二)
  4. 以太坊EVM在安全性方面的考虑
  5. hadoop datanode启动失败(All directories in dfs.data.dir are invalid)
  6. 关于return
  7. HBase之七:事务和并发控制机制原理
  8. absolute属性与IE6/IE7之间的误会
  9. JS实现系统时间(自动)
  10. linux下ping不通的解决方法