dinky链接MySQL报错

说明:
MySQL版本是5.x版本
driver版本是:8.x版本

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.

报错截图如下:
在这里插入图片描述

解决办法:

jdbc:mysql://nwh120:3306

换成

jdbc:mysql://nwh120:3306?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false&zeroDateTimeBehavior=convertToNull&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true

即可连接成功
连接成功截图如下:
在这里插入图片描述

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐