Communications link failure

新装的centos7.9,mysql8.0.32,启动jar报错

Communications link failure

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.

研究了半天,有说网络问题,有说jdbc驱动问题,有说错误的连接配置...

可是我之前装的centos,mysql版本都一样的就没有问题,新装的这个环境起不来,我怀疑是环境问题。

最后在mysql连接字符串上加上这个useSSL=false问题解决。

mysql_driver=com.mysql.cj.jdbc.Driver
mysql_constr=jdbc:mysql://127.0.0.1:3306/my_db?serverTimezone=GMT%2B8&useSSL=false
mysql_user=root
mysql_pwd=root
enable_pool=true

end>

posted @ 2023-05-11 14:06  xjournal  阅读(43)  评论(0编辑  收藏  举报