久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長(zhǎng)資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      MySQL數(shù)據(jù)庫出現(xiàn)Authentication plugin怎么辦

      MySQL數(shù)據(jù)庫出現(xiàn)Authentication plugin怎么辦

      MySQL數(shù)據(jù)庫出現(xiàn)Authentication plugin怎么辦?

      連接MySQL數(shù)據(jù)庫時(shí)會(huì)出現(xiàn)Authentication plugin 'caching_sha2_password' cannot be loaded的錯(cuò)誤,解決方法如下:

      1.登錄mysql

      2.修改賬戶密碼加密規(guī)則并更新用戶密碼

         ALTER USER 'root'@'localhost' IDENTIFIED BY 'password' PASSWORD EXPIRE NEVER;   #修改加密規(guī)則     ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';   #更新一下用戶的密碼

      1.刷新權(quán)限

      FLUSH PRIVILEGES; #刷新權(quán)限

      再次運(yùn)行,就發(fā)現(xiàn)沒有這個(gè)錯(cuò)誤了。

      推薦:《mysql教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)