Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

来源:2-2 JDBC实战---打通数据库

慕圣5353598

2018-09-20 13:16

Exception in thread "main" com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure

https://img4.mukewang.com/5ba32d2c0001579219201080.jpg

写回答 关注

1回答

  • 慕数据2664178
    2018-09-20 18:54:09
    1. 你的密码没有写

    2. 可以尝试将127.0.0.0更改为localhost

    3. mysql默认安装可能是美国时区,https://www.cnblogs.com/ljy-20180122/p/9157912.html请看这里

    4. 不知以上能否解决你的问题;


JDBC之 “ 对岸的女孩看过来”

一起领略JDBC的奥秘,为进一步学习集成框架打下良好的基础

99327 学习 · 856 问题

查看课程

相似问题