好湿?好紧?好多水好爽自慰,久久久噜久噜久久综合,成人做爰A片免费看黄冈,机机对机机30分钟无遮挡

主頁 > 知識庫 > mysql 8.0 錯誤The server requested authentication method unknown to the client解決方法

mysql 8.0 錯誤The server requested authentication method unknown to the client解決方法

熱門標簽:悟空科技電話機器人 真人語音電話機器人 怎么在地圖標注位置生成圖片 福建外呼系統定制化 銅陵防封電銷卡 騰訊地圖標注提升 美國反騷擾電話機器人 400電話可以免費申請嗎 電銷卡外呼系統供應商

mysql 安裝了最新版本8.0.11后創建用戶并授權后,授權的用戶連接數據庫提示

The server requested authentication method unknown to the client

查閱一些相關的資料后發現是由于新版本的mysql賬號密碼解鎖機制不一致導致的

解決辦法:

刪除創建的用戶和授權,

  1. 找到mysql配置文件并加入
  2. default_authentication_plugin=mysql_native_password

變為原來的驗證方式,然后從新創建用戶并授權即可

mysql -uroot -p
use mysql;
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '你的密碼';

 以上就是出現這個錯誤的解決方法,如果大家還有更好的解決方案可以給在腳本之家微信公眾號留言,感謝大家對腳本之家的支持。

您可能感興趣的文章:
  • Python使用QQ郵箱發送郵件報錯smtplib.SMTPAuthenticationError
  • django認證系統 Authentication使用詳解
  • Java Jedis NOAUTH Authentication required問題解決方法
  • 如何解決redis的NOAUTH Authentication required異常
  • springboot+Oauth2實現自定義AuthenticationManager和認證path
  • HTTP基本認證(Basic Authentication)的JAVA實例代碼
  • form身份驗證通過后,只能用FormsAuthentication.RedirectFromLoginPage
  • Spring Security如何基于Authentication獲取用戶信息

標簽:臨汾 湖南 聊城 湖北 武威 烏海 云浮 白銀

巨人網絡通訊聲明:本文標題《mysql 8.0 錯誤The server requested authentication method unknown to the client解決方法》,本文關鍵詞  mysql,8.0,錯誤,The,server,requested,;如發現本文內容存在版權問題,煩請提供相關信息告之我們,我們將及時溝通與處理。本站內容系統采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《mysql 8.0 錯誤The server requested authentication method unknown to the client解決方法》相關的同類信息!
  • 本頁收集關于mysql 8.0 錯誤The server requested authentication method unknown to the client解決方法的相關信息資訊供網民參考!
  • 推薦文章