原文:連接MySQL錯誤“plugin caching_sha2_password could not be loaded”的解決辦法

MySQL新版默認使用caching sha password作為身份驗證插件,而舊版是使用mysql native password。當連接MySQL時報錯 plugin caching sha password could not be loaded 時,可換回舊版插件。 mysql hlocalhost uroot p 進入數據庫use mysql ALTER USER root local ...

2020-10-18 02:12 0 2390 推薦指數:

查看詳情

plugin caching_sha2_password could not be loaded

用sqlyog 連 mysql 8 時,報錯:plugin caching_sha2_password could not be loaded 原因是mysql8 的加密方法變了。 mysql8 開始默認采用caching_sha2_password的加密方式 第三方客戶端基本都不支持這種 ...

Mon Apr 06 17:15:00 CST 2020 0 2982
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM