1、连接数据库中出现以下错误,即时区错误 2、进入命令窗口(Win + R),连接数据库 mysql -u root -p,回车,输入密码,回车 3、查看时区show variables like'%time_zone'; zh这里SYSTEM就代表没有设置时区 4、设置时区set global time_zone = '+8:00';
mysql -u root -p
show variables like'%time_zone';
set global time_zone = '+8:00';