Mysql: Communications link failure The last packet sent successfully to the server was....

出现这种错误时数据库会连接不上

url:  jdbc:mysql://localhost:3306/test?autoReconnect=true&useAffectedRows=true&characterEncoding=UTF-8&useSSL=false

主要是在连接中加上useSSL=false即可解决问题。

 
 

你可能感兴趣的:(mysql,mysql)