idea链接database时报错:serverTimezone
1.报错:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually.

2.设置时区
jdbc:mysql://localhost:3306/zcck?serverTimezone=UTC

1.报错:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually.

2.设置时区
jdbc:mysql://localhost:3306/zcck?serverTimezone=UTC
