Java连接MySQL报错:CommunicationsException: Communications link failure
Posted jtzhang163
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Java连接MySQL报错:CommunicationsException: Communications link failure相关的知识,希望对你有一定的参考价值。
现象:
报错:Exception in thread "main" com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
解决办法:
更换 mysql-connector-java-8.0.11.jar 为 mysql-connector-java-8.0.16.jar,
下载位置:https://mvnrepository.com/artifact/mysql/mysql-connector-java/8.0.16
原因分析:
可能是 mysql-connector-java-8.0.11.jar 存在BUG,新版本8.0.16中被解决。
以上是关于Java连接MySQL报错:CommunicationsException: Communications link failure的主要内容,如果未能解决你的问题,请参考以下文章
java项目连接jdbc报错:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not creat
连接mysql报错java.sql.SQLException: The server time zone value '?й???????' is unrecognized...解决方
java后台程序方法执行数据库读写报错Connection is read-only。Queries leading to data modification
springboot启动提示连接mysql报错:java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required(