最近启动Springboot项目老是报:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time,然后很无奈只有不断的修改MySQL
show variables like '%time_zone%';
set global time_zone='+8:00';
很想问一下还有其他解决办法吗?
微信扫一扫
最近启动Springboot项目老是报:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time,然后很无奈只有不断的修改MySQL
show variables like '%time_zone%';
set global time_zone='+8:00';
很想问一下还有其他解决办法吗?
相关推荐