Spring Boot JPA 使用Mysql是出现如下错误:

The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.

 

解决方法:

SHOW VARIABLES LIKE '%time_zone%'

解决The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone

然后执行

SET GLOBAL time_zone='+8:00'

相关文章:

  • 2022-02-12
  • 2021-08-31
  • 2021-10-31
  • 2021-10-29
  • 2022-12-23
  • 2021-04-19
  • 2021-10-19
  • 2022-12-23
猜你喜欢
  • 2021-05-27
  • 2021-04-29
  • 2021-09-16
  • 2021-08-17
  • 2021-04-20
相关资源
相似解决方案