问题汇总
山川pro
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mac下,node访问mysql数据库报错
错误信息:Client does not support authentication protocol requested by server; consider upgrading MySQL client 解决方案 打开DBeaver,运行以下sql ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '要重置的密码'; 再次运行node.js, 成功连接上数据库 const mySql = requi.原创 2022-04-22 11:24:22 · 1837 阅读 · 0 评论 -
mac终端:brew install mysql时报错
终端报错如下信息: Warning: You are using macOS 12. We do not provide support for this pre-release version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew's GitHub, Twitter or any other off.原创 2022-04-21 17:18:07 · 2215 阅读 · 0 评论
分享