連接MySQL報錯Unable to load authentication plugin 'caching_sha2_password'

問題:caching-sha2-password 原因: mysql 8.0 默認使用 caching_sha2_password 身份驗證機制 —— 從原來的 mysql_native_password 更改爲 caching_sha2_password。  從 5.7 升級 8.0 版本的不會改變現有用戶的身份驗證方法,但新用戶會默認使用新的 caching_sha2_password 。 客
相關文章
相關標籤/搜索