com.mysql.cj.jdbc.exceptions.CommunicationsException: 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.
这个问题怎么解决啊
可能是版本对应的驱动不对吧
提示说沟通失败,发送的packet成功,但是driver没有收到,可能是你的驱动的问题,
不知道你的数据库版本,给出以下解决方案
mysql5 对应5的驱动 com.mysql.jdbc.driver
mysql8对应8的驱动 com.mysql.cj.jdbc.driver
欢迎采纳!