0

MySQL 从 macOS Big Sur 更新到 Monterey 后突然停止工作(天真)。本地 Laravel 开发环境突然失去与 MySQL 的连接。无法正确调试(仍在学习),因此决定通过 brew 进行全新的 MySQL 安装。之前也是通过 brew 安装的。

在最后一步,mysql_secure_installation显示:

Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

brew services start mysql

Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/stranger/Library/LaunchAgents/homebrew.mxcl.mysql.plist` exited with 5.

难道我做错了什么?为什么会突然下降?

谢谢!

4

1 回答 1

3

不是解决方案,但是根据 MySQL 文档,Monterey 还不是一个受支持的平台。

MySQL 支持的平台

于 2021-11-05T21:48:56.423 回答