The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone
生活随笔
收集整理的這篇文章主要介紹了
The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
場景
運行Mybatis的generator自動生成代碼時提示:
caused by :The server time zone value '?D1ú±ê×?ê±??' is unrecognized or represents more than one time zone......解決
打開Mysql Command line client
輸入密碼
輸入
show variables like '%time_zone%';然后在輸入
set global time_zone='+8:00';總結
以上是生活随笔為你收集整理的The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: SSM中进行注解式和XML配置式事务管理
- 下一篇: SSM+Maven整合时在Eclipse