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中被解决。

posted @ 2019-05-19 23:45  jtzhang163  阅读(4995)  评论(1编辑  收藏  举报