https://blog.csdn.net/weixin_44170221/article/details/105206356
idea:Server returns invalid timezone Go to 'Advanced' tab and set 'serverTimezone' property manually
登录mysql,命令行窗口录入以下命令即可:
- show variables like ‘%time_zone%’;
- set global time_zone=’+8:00’;