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的主要内容,如果未能解决你的问题,请参考以下文章