DataGrip軟件Mysql連接失敗Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' pr

Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property manually.     很顯然,翻譯成中文就是時區錯誤,MySQL默認的時區是UTC時區,比北京時間晚8個小時。 在mysql的命令模式下,輸入: set global time_zone='+8:00'; 再次連接
相關文章
相關標籤/搜索