异常之: The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone.

在 MySQL 中执行命令试下: 


set global time_zone=’+8:00’ 


异常之: The server time zone value '�й���׼ʱ��' is unrecognized or represents more than one time zone. 
设置为东8区

就不报错了。

show variables like '%time_zone%';

 

解释:在访问数据库时出现时区无法识别问题,在通过在数据库连接URL后,加上?serverTimezone=UTC , 时区是确认了但是这默认是0市区,导致在存入数据库时,JDBC会将当前系统市区东8区,减去8个小时,最终导致时间不匹配。

上一篇:跳槽阿里需要掌握的面试重点和技术——P8架构师为你指路


下一篇:Knative 系列文章目录