client does not support authentication
Posted 喜欢雨天的我
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了client does not support authentication相关的知识,希望对你有一定的参考价值。
链接mysql后执行如下sql。
use mysql;
alter user 'root'@'%' identified with mysql_native_password by 'root';
flush privileges;
输入完成后即可链接服务器上的mysql
以上是关于client does not support authentication的主要内容,如果未能解决你的问题,请参考以下文章
client does not support authentication
mysql服务设置远程连接 解决1251 client does not support ..问题
client does not support authentication
docker mysql Client does not support
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by serv
ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol ...以及如何打开MySQL终端。