初始化

This commit is contained in:
2026-04-13 17:32:58 +08:00
commit c6ee0d5243
1342 changed files with 96426 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
==========================================
CN_Tool MySQL 数据库
==========================================
目录说明
----------------------------------------
bin/ - MySQL 可执行文件
data/ - 数据库数据目录
share/ - 共享资源文件
my.ini - MySQL 配置文件
服务管理
----------------------------------------
MySQL 服务由主应用自动管理:
- 应用启动时自动启动
- 应用关闭时自动停止
- 默认端口3306如被占用会自动切换
连接信息
----------------------------------------
主机: 127.0.0.1
端口: 3306
用户: root
密码: njcnpqs
字符集: utf8mb4
==========================================
南京灿能电气自动化有限公司
2025
==========================================