Skip to content

Instantly share code, notes, and snippets.

@BoWang816
Created May 21, 2019 02:44
Show Gist options
  • Save BoWang816/86f9ac7b0e2a6b50948667622306a7a1 to your computer and use it in GitHub Desktop.
Save BoWang816/86f9ac7b0e2a6b50948667622306a7a1 to your computer and use it in GitHub Desktop.
[Mysql8.0 项目使用报错] #日常安装总结
Mysql8.0 项目使用报错
错误提示:
MySQL 8.0 - Client does not support authentication protocol requested by server; consider upgrading MySQL client
解决办法:
登陆mysql,执行:
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
password为你的mysql密码
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment