mysql8.0配置远程连接

用户添加完成之后:连接工具连接报错:

Error: 1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

解决方案进入数据库执行以下命令:

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '密码'

posted @ 2018-05-21 21:58  WrYcF  阅读(1795)  评论(0编辑  收藏  举报
Live2D