jdbc连接MySQL异常提示

Posted 爱学习的TOM

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jdbc连接MySQL异常提示相关的知识,希望对你有一定的参考价值。

Wed May 09 22:50:46 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.

 MySQL在高版本需要指明是否进行SSL连接

url加上   &useSSL=true

URL=jdbc:mysql://localhost/(dataName)?useUnicode=true&characterEncoding=UTF-8&useSSL=true

以上是关于jdbc连接MySQL异常提示的主要内容,如果未能解决你的问题,请参考以下文章

JDBC Mysql 驱动连接异常

Java spring boot 2.0连接mysql异常:The server time zone value 'Öйú±ê&#

求解决java中用jdbc方式连接mysql数据库的问题,错误异常如下:(解决后再加分)

使用jdbc连接数据库时的一些错误

mysql jdbc连接器批量更新异常更新计数不如预期

连接Ubuntu系统服务器Mysql出错(错误:10061)/Jdbc连接远程数据库出错(java.