Files
mysqlgo/README.md
2025-11-13 20:22:13 +08:00

22 lines
720 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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` |