now() 查询后落后8小时
set global time_zone = '+8:00'; set time_zone = '+8:00'; flush privileges;
查询容器时区 show variables like "%time_zone%";
彻底更改
进入mysql 容器中 进入文件vim /etc/mysql/my.cnf 中 加入以下这行
default-time-zone = '+08:00'
退出容器 然后重启