The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.
时间: 2024-06-09 08:08:52 浏览: 67
异常:java.sql.SQLException: The server time zone value ‘?й???????’ is unrecognized or represents more
这个报错是因为数据库和系统的时区设置不一致造成的。MySQL默认的时区是美国的时***的URL后面加上serverTimezone=GMT+8,示例:jdbc:mysql://localhost:3306/springbootdemo?serverTimezone=GMT+8
方法二:在MySQL中设置时区为系统所在时区(推荐):mysql> set global time_zone='8:00';
方法三(推荐):在my.ini配置文件中添加如下配置:default-time-zone='8:00'
请注意,这些方法中的GMT+8代表中国大陆的时区。
阅读全文