鏈接mysql 出錯:java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_password'.

錯誤緣由分析:MySQL Server使用的是8.0+的版本,而mysql-connector-java使用的是6.0.6版本,MySQL服務器的版本和鏈接器的版本不兼容,致使了上述錯誤,故將鏈接器版本號改成8.0,從新下載導入、編譯後,錯誤即解決java <dependency> <groupId>mysql</groupId> <artifactId>mysql-connect
相關文章
相關標籤/搜索