refactor: 更新数据库配置文件

- 修改数据库端口:将 DBServerLinux.txt 中的 3308 改为 3306
- 更新数据库密码:将多个配置文件中的数据库密码从 "85b5c930502992d4" 更改为 "mysql_y8NXNT"
- 统一配置文件格式:去除多余空格和换行符
This commit is contained in:
2025-05-17 11:35:09 +08:00
parent 971de6ec9f
commit 403b49453e
6 changed files with 10 additions and 10 deletions

View File

@@ -41,9 +41,9 @@ DBServer = {
--数据库连接配置
SQL = {
Host = "127.0.0.1",
Port = 3308,
Port = 3306,
DBName = "mir_actor_s1",
DBUser = "root",
DBPass = "mysql_Adkijc",
DBPass = "mysql_y8NXNT",
}
}