美文网首页
The server time zone value '��

The server time zone value '��

作者: 吃伏冒有礼貌 | 来源:发表于2019-08-15 17:03 被阅读0次

运行时报错如下:

java.sql.SQLException: 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.

这个方法我使用有效:
修改数据库时区:

set global time_zone = '+8:00'; ##修改mysql全局时区为北京时间,即我们所在的东8区
set time_zone = '+8:00'; ##修改当前会话时区
flush privileges; #立即生效

参考:https://blog.csdn.net/yongjiutongmi53151/article/details/86504546

image

相关文章

网友评论

      本文标题:The server time zone value '�й��

      本文链接:https://www.haomeiwen.com/subject/acttsctx.html