天天看點

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

IDEA連接配接MySql出錯:

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

解決方法:

後面加上時區:

jdbc:mysql://localhost:3306/mysql?serverTimezone=GMT

參考連結:

https://blog.csdn.net/qq_37955704/article/details/104227774

有時候加了資料庫名,還是連接配接不上,那就不加資料庫名,隻填root和password,并且在URL後面加上

?serverTimezone=GMT

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