개발 & 공부/JetBrains

serverTimezone 에러 뜰때 해결방법

hyungmuk 2020. 3. 22. 20:13

에러메세지

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

해결방법

In the Database tool window, right click on the data source, choose Properties (Shift+Enter), click on the Advanced tab.

Set the serverTimezone property to UTC.

 

 

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

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 property manually. I tried loo...

stackoverflow.com