現象: 報錯:Exception in thread "main" com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure 解決辦法: 更換 mysql-connector-java-8.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中被解決。