first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2025-12-20 21:19:03 +08:00
commit f0b33e9b74
30 changed files with 929 additions and 0 deletions

View File

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