first commit

This commit is contained in:
2025-11-13 20:22:13 +08:00
commit 3643b27a4f
323 changed files with 17721 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# Windows MySQL 5.7 便携版
> 适用于 Minecraft BC 端数据存储或其他非生产环境
> 默认端口40000可在 my.ini 中修改)
---
## 登录信息
- **账号**`root`
- **密码**`abc`
- **访问限制**:仅允许 `localhost` / `127.0.0.1`
---
## 快速开始
| 脚本 | 用途 | 说明 |
|---|---|---|
| `run.bat` | **临时启动** | 快速测试,**不残留服务** |
| `install.bat` | **安装服务** | 使用 NSSM 注册为 `mysqlmc` 服务(避免与系统 MySQL 冲突) |
| `start.bat` | **启动服务** | 通过 NSSM 启动 `mysqlmc` |
| `stop.bat` | **停止服务** | 通过 NSSM 停止 `mysqlmc` |
| `delete.bat` | **删除服务** | 通过 NSSM 卸载 `mysqlmc` |