主頁(yè) > 知識(shí)庫(kù) > mysql 8.0 錯(cuò)誤The server requested authentication method unknown to the client解決方法

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

熱門(mén)標(biāo)簽:悟空科技電話機(jī)器人 真人語(yǔ)音電話機(jī)器人 怎么在地圖標(biāo)注位置生成圖片 福建外呼系統(tǒng)定制化 銅陵防封電銷(xiāo)卡 騰訊地圖標(biāo)注提升 美國(guó)反騷擾電話機(jī)器人 400電話可以免費(fèi)申請(qǐng)嗎 電銷(xiāo)卡外呼系統(tǒng)供應(yīng)商

mysql 安裝了最新版本8.0.11后創(chuàng)建用戶并授權(quán)后,授權(quán)的用戶連接數(shù)據(jù)庫(kù)提示

The server requested authentication method unknown to the client

查閱一些相關(guān)的資料后發(fā)現(xiàn)是由于新版本的mysql賬號(hào)密碼解鎖機(jī)制不一致導(dǎo)致的

解決辦法:

刪除創(chuàng)建的用戶和授權(quán),

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

變?yōu)樵瓉?lái)的驗(yàn)證方式,然后從新創(chuàng)建用戶并授權(quán)即可

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

 以上就是出現(xiàn)這個(gè)錯(cuò)誤的解決方法,如果大家還有更好的解決方案可以給在腳本之家微信公眾號(hào)留言,感謝大家對(duì)腳本之家的支持。

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

標(biāo)簽:臨汾 湖南 聊城 湖北 武威 烏海 云浮 白銀

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《mysql 8.0 錯(cuò)誤The server requested authentication method unknown to the client解決方法》,本文關(guān)鍵詞  mysql,8.0,錯(cuò)誤,The,server,requested,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《mysql 8.0 錯(cuò)誤The server requested authentication method unknown to the client解決方法》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于mysql 8.0 錯(cuò)誤The server requested authentication method unknown to the client解決方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章