美文网首页
mysql运行报The server time zone val

mysql运行报The server time zone val

作者: i_cyy | 来源:发表于2018-09-14 09:27 被阅读218次

    今天运行项目,配置好mysql,一直启动不了,看报错信息:

      The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone...
    

    遇到这个问题,第一检查系统的时区,设置成北京时间;
    第二,使用root用户登陆mysql,设置时区:

          set gloable time_zone = '+8:00';
    

    再运行检查是否设置成功。

      show virables like '%time_zone%'
    

    上面会显示设置的时区是'+8:00',然后启动项目,没有报错,OJBK!

    相关文章

      网友评论

          本文标题:mysql运行报The server time zone val

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