- UID
- 34214
- 阅读权限
- 20
- 回帖
- 38
- 喵币
- 0
- 有爱
- 20
- DKP
- 0
- 金币
- 1307
- 在线时间
- 147 小时
- 注册时间
- 2022-10-1
- 最后登录
- 2026-1-29
声望: 49   虚弱: 0

Lv.2(潜行者)
|
发表于 2023-9-11 21:20:19
|
显示全部楼层
本帖最后由 erlangshan 于 2023-9-11 21:32 编辑
我成功了 ,修改如下:
#
# MySQLExecutable
# Description: The path to your MySQL CLI binary.
# If the path is left empty, built-in path from cmake is used.
# Example: "C:/Program Files/MariaDB 10.5/bin/mysql.exe"
# "C:/Program Files/MySQL/MySQL Server 8.0/bin/mysql.exe"
# "mysql.exe"
# "/usr/bin/mysql"
# Default: ""
#
MySQLExecutable = "../server/mysql/bin/mysql.exe"
# UPDATE SETTINGS
#
# Updates.EnableDatabases
# Description: A mask that describes which databases shall be updated.
#
# Following flags are available
# DATABASE_LOGIN = 1, // Auth database
#
# Default: 0 - (All Disabled)
# 1 - (All Enabled)
Updates.EnableDatabases = 0
登录器网关 端口改成3309 账号库名acore_auth
|
|