解決navicat連接mysql錯(cuò)誤的防范
2023-08-03 15:42 作者:Schordinger喵 | 我要投稿
錯(cuò)誤:
Navicat連接Mysql報(bào)錯(cuò):Client does not support authentication protocol requested by server;
解決方法:
去mysql命令行(mysql command line client)敲
1、use mysql;
2、alter user 'root'@'localhost' identified with mysql_native_password by '********';
3、flush privileges;
標(biāo)簽: