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
I had same problem. Running
SET GLOBAL time_zone = '+8:00';
on MySql command line solved the problem!