Navcat:解决1251 client does not support authentication ...问题
生活随笔
收集整理的這篇文章主要介紹了
Navcat:解决1251 client does not support authentication ...问题
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
出現問題如下:
解決方法:
1.查看用戶信息
select host,user,plugin,authentication_string from mysql.user;
2.修改用戶密碼
更新user為root,host為localhost 的密碼為123456
ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘123456’;
總結
以上是生活随笔為你收集整理的Navcat:解决1251 client does not support authentication ...问题的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 微信开发者工具 出现 Error:una
- 下一篇: ExtJS入门(01)部署介绍