天天看點

Connection to localhost failed. [08001] Could not create connection to database server. maven連接配接資料庫錯誤

在項目maven連接配接資料庫時發生如下錯誤:

Connection to localhost failed. [08001] Could not create connection to database server. 

在查閱資料後發現這是資料庫時區引起的 。我的MySQL版本如下:

Connection to localhost failed. [08001] Could not create connection to database server. maven連接配接資料庫錯誤

idea連接配接到資料庫發生如下報錯資訊:

Connection to localhost failed. [08001] Could not create connection to database server. maven連接配接資料庫錯誤

在URL後面添加:?serverTimezone=UTC  這個就可以了 如下圖:

Connection to localhost failed. [08001] Could not create connection to database server. maven連接配接資料庫錯誤

這樣就解決了這個異常資訊。