原文:nacos連接MySQL:Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.

參考 https: www.cnblogs.com tingguoguoyo p .html 進MySQL之后 輸入以下語句,進入mysql庫: use mysql 更新域屬性, 表示允許外部訪問: update user set host where user root 執行以上語句之后再執行 刷新配置 : FLUSH PRIVILEGES 再執行授權語句: GRANT ALL PRIVILEG ...

2020-09-11 22:12 0 552 推薦指數:

查看詳情

Could not create connection to database server. Attempted reconnect 3 times. Giving up.

報出這個錯誤,可能原因: 1、檢查MySQL數據庫服務是否正常(包含檢查服務名和密碼),如果不正常,修復至正常為止; 2、maven工程中導入的mysql的jar版本和你的MySQL版本不相符,必須相一致才行!比如,你安裝的MySQL是8.x,必須使用高版本對應 ...

Fri Nov 15 00:40:00 CST 2019 0 982
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM