IDEA連接Mysql8.0報錯Server returns invalid timezonee

報錯類型
The server time zone value is unrecognized or represents more than one time
或如下圖
在這裏插入圖片描述
解決方法:
在Advanced選項卡中設置時區爲Asia/Shanghai 或者設置爲UTC
在這裏插入圖片描述
url設置方式:
url: jdbc:mysql://localhost:3306/test?serverTimezone=UTC&useUnicode=true&characterEncoding=utf8&useSSL=true
測試連接成功:
在這裏插入圖片描述

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章