Server returns invalid timezone. Go to Advanced tab and set servertimezone property manually

前端 未结 4 1702
夕颜
夕颜 2020-12-24 10:07

My Intelij IDE wont connect to my database server of MySQL Workbench, it specifies it as a timezone problem and wants me to go to advanced tab and set serverTimezone propert

4条回答
  •  遥遥无期
    2020-12-24 10:45

    I had same problem. Running

    SET GLOBAL time_zone = '+8:00';

    on MySql command line solved the problem!

提交回复
热议问题