mysql设置时区时:Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' prope

参考博客:https://blog.csdn.net/liuqiker/article/details/102455077

1、Win+R 连接数据库 mysql -hlocalhost -uroot -p

2、set global time_zone = '+8:00'; (有分号)

原文地址:https://www.cnblogs.com/-jiandong/p/12856235.html