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 '密码'
用户添加完成之后:连接工具连接报错:
解决方案进入数据库执行以下命令:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '密码'