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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM