问题原因是没有设置时区,这个在Mysql8中会有
解决方式:
在这个位置加上UTC时区就可以了。
IDEA添加方式
设置Advanced的allowPublicKeyRetrieval为true
同时安装上驱动的jar包
(图形界面)Dbever连接MySQL8 报错mysql8 安装The server time zone value '?й???????' is unrecognized or represents more than one time zone.
原文:https://www.cnblogs.com/liuyangfirst/p/12804184.html