具体错误: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 utili

出现这个错误的主要原因是mysql时区设置错误;

 

mysql -hlocalhost -uroot -p

show variables like '%time_zone%'
set global time_zone='+8:00';

 

posted on 2018-07-18 00:53  愚蠢的猴子  阅读(404)  评论(0)    收藏  举报