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

浙公网安备 33010602011771号