1. 程式人生 > >mysql報時區錯誤

mysql報時區錯誤

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

可以在cmd登入mysql後

set global time_zone='+8:00';

或在配置檔案中新增serverTimezone=UTC

spring.datasource.url=jdbc:mysql://localhost:3306/sms?serverTimezone=UTC

(如需新增多個條件,需在不同條件中間加&