【解决Navicat】client does not support authentication

在mysql命令端输入:

mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123456';
Query OK, 0 rows affected (0.01 sec)

おすすめ

転載: blog.csdn.net/weixin_40582034/article/details/119047752