1. 连接数据库
mysql -hlocalhost -uroot -p,回车,输入密码
2. 输入show variables like'%time_zone';
显示 SYSTEM 表示当前没有设置时区
3. 输入set global time_zone = '+8:00';
再次查看时区,当前已经设置成功
参考:https://blog.csdn.net/liuqiker/article/details/102455077
2022-10-11 22:23:07
1. 连接数据库
mysql -hlocalhost -uroot -p,回车,输入密码
2. 输入show variables like'%time_zone';
显示 SYSTEM 表示当前没有设置时区
3. 输入set global time_zone = '+8:00';
再次查看时区,当前已经设置成功
参考:https://blog.csdn.net/liuqiker/article/details/102455077