美文网首页
'Client does not support authent

'Client does not support authent

作者: 和弦之乐 | 来源:发表于2019-06-18 00:05 被阅读0次

连接mysql时报错:'Client does not support authentication protocol requested by server; consider upgrading MySQL client'


image.png

解决:

USE mysql;
ALTER USER 'your_root_name'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your_password';
FLUSH PRIVILEGES;

相关文章

网友评论

      本文标题:'Client does not support authent

      本文链接:https://www.haomeiwen.com/subject/cvitqctx.html