久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放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. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      navicat安裝出錯2059

      navicat安裝出錯2059

        在安裝navicat時有時會報錯2059,早場這個錯誤的原因是MySQL 8的密碼插件換了(caching_sha2_password),navicat鏈接時仍使用舊版本(mysql_native_password),找不到新版本的密碼插件,所以可以更改密碼插件為原先的版本,就可以解決這個問題。西面就為大家介紹一下解決辦法。

      推薦教程:MySQL數(shù)據(jù)庫入門視頻教程

      1、打開MySQL自帶命令行

      navicat安裝出錯2059

      2、輸入安裝MySQL時設(shè)定的密碼后,輸入命令行use mysql

      navicat安裝出錯2059

      3.、select user,host,plugin,authentication_string from user;查看用戶,密碼插件等信息。

      navicat安裝出錯2059

      4、alter user 'username'@'ip_address' identified with mysql_native_password by 'password';使用該語句更改,例如我的'root'@'localhost'替換掉'username'@'ip_address',新的密碼例'123456'替換掉'password'。

      注意新的密碼不能和之前的密碼一樣,否則設(shè)置不成功。

      之后可以通過上一句進行查看驗證。

      navicat安裝出錯2059

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