- 修改数据库端口:将 DBServerLinux.txt 中的 3308 改为 3306 - 更新数据库密码:将多个配置文件中的数据库密码从 "85b5c930502992d4" 更改为 "mysql_y8NXNT" - 统一配置文件格式:去除多余空格和换行符
49 lines
834 B
Plaintext
Executable File
49 lines
834 B
Plaintext
Executable File
DBServer = {
|
||
--服务器名称
|
||
ServerName = "版本验收-数据服(sid=1001)",
|
||
ServerIndex = 1,
|
||
|
||
--随机生成名字的名字库文件的文件名,相对路径
|
||
BoyNameFile = "BoyNameList.dat",
|
||
GirlNameFile = "GirlNameList.dat",
|
||
utf8=1,
|
||
|
||
--监听:数据服务
|
||
DBService = {
|
||
Address = "0.0.0.0",
|
||
Port = 10319,
|
||
},
|
||
|
||
--连接:会话服务器
|
||
SessionServer = {
|
||
Address = "127.0.0.1",
|
||
Port = 31000,
|
||
},
|
||
|
||
--连接:日志服务器
|
||
LogServer = {
|
||
Address = "127.0.0.1",
|
||
Port = 34000,
|
||
},
|
||
|
||
--连接:名称服务器
|
||
NameServer = {
|
||
Address = "127.0.0.1",
|
||
Port = 35000,
|
||
},
|
||
|
||
--连接:跨服的DB
|
||
DBCenter = {
|
||
Address = "127.0.0.1",
|
||
Port = 36000,
|
||
},
|
||
|
||
--数据库连接配置
|
||
SQL = {
|
||
Host = "127.0.0.1",
|
||
Port = 3306,
|
||
DBName = "mir_actor_s1",
|
||
DBUser = "root",
|
||
DBPass = "mysql_y8NXNT",
|
||
}
|
||
} |