Files
System/MacBook/MAC数据库开关.md
offends 5d949baa8a
All checks were successful
continuous-integration/drone Build is passing
first commit
2025-12-13 18:02:03 +08:00

17 lines
218 B
Markdown

> 本文作者:丁辉
# MAC数据库开关
- 开启
```bash
/opt/homebrew/opt/mysql/support-files/mysql.server start
```
- 关闭
```bash
/opt/homebrew/opt/mysql/support-files/mysql.server stop
```