當前位置:首頁 > 科技 > 正文

mysql 鍊接錯誤1251

一、安裝mysql 後,連接失敗,報1251錯誤,部分原因是mysql8.0的plugin與之前的版本有差異。報錯如圖:

二、解決方法如下

  1.查看mysql用戶,命令如下 select host,user,plugin,authentication_string from mysql.user;

  2.修改root用戶密碼,命令:alter user 'root'@ 'localhost' identified with mysql_native_password by '自己的新密碼';

           更新下:plush privileges;

  3.再次連接,連接成功。(本機使用navicat連接)

你可能想看:

有話要說...

取消
掃碼支持 支付碼