标签:without color sql 数据 连接 中间 客户端连接 5.4 connect
由于mysql版本过高创建连接的时候会出现如下报告
解决办法:在mysql连接上加上&useSSL=true
如下:jdbc:mysql:///:3366:test?useUnicode=true&characterEncoding=utf-8&useSSL=true
ssl是一种加密技术在客户端连接数据库的中间做了加密,TCP/IP层中。
标签:without color sql 数据 连接 中间 客户端连接 5.4 connect
原文地址:https://www.cnblogs.com/chenlove/p/9193049.html