连接数据库 mysql -hlocalhost -uroot -p,回车,输入密码,回车,
show variables like'%time_zone'; (注意不要漏掉后面的分号),回车
设置时区 set time_zone = '+8:00';