mysql配置时区 serverTimeZone
idea连接mysql保存 我淦
Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' prope
简单粗暴 淦!!
win+R cmd
(提前配置mysql环境变量,就不告诉你怎么配)
mysql -hlocalhost -uroot -p
输入密码登录
show variables like’%time_zone’;
set global time_zone = '+8:00';
show variables like’%time_zone’;
解决。