Client does not support authentication protocol requested by server;
生活随笔
收集整理的這篇文章主要介紹了
Client does not support authentication protocol requested by server;
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
Navicat連接MySQL Server8.0版本時出現Client does not support authentication protocol requested? by server;解決如下:
命令如下:
1、use mysql;
2、alter user 'root'@'localhost' identified with mysql_native_password by '********';
3、flush privileges;
總結
以上是生活随笔為你收集整理的Client does not support authentication protocol requested by server;的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 数据库开发——MySQL——多表查询
- 下一篇: ImportError: No modu