编辑器连接mysql报错The server time zone value '�й���׼ʱ��' is unrecognized

报错信息:The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the 'serverTimezone' configuration property) to use a more specifc time zone value if you want to utilize time zone support.
如图:

连接配置:

解决办法:
在连接字符串后面加上?serverTimezone=UTC

其中UTC是统一标准世界时间。

完整的连接字符串示例:jdbc:mysql://localhost:3307?serverTimezone=UTC
如图:

posted @ 2021-06-23 14:32  八戒vs  阅读(99)  评论(0编辑  收藏  举报