首页 > 数据库技术 > 详细

Java连接MySQL报错:CommunicationsException: Communications link failure

时间:2019-05-19 23:59:11      阅读:388      评论:0      收藏:0      [点我收藏+]

现象:

报错: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

原文:https://www.cnblogs.com/jtzhang163/p/10891569.html

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!