- UID
- 23449
- 阅读权限
- 30
- 回帖
- 203
- 喵币
- 0
- 有爱
- 15
- DKP
- 3
- 金币
- 3922
- 在线时间
- 322 小时
- 注册时间
- 2020-3-13
- 最后登录
- 2026-2-12
声望: 383   虚弱: 0

Lv.3(忠诚者)
  
|
发表于 2025-8-12 08:29:05
|
显示全部楼层
本帖最后由 sd8435682 于 2025-8-12 10:34 编辑
我重置了服务端,重新按照教程来了一次后,现在AUTH可以正常打开,不过里面有这么一行黄字
AUTOUPDATER: Automatic database updates are disabled for all databases in the config! This is not recommended!
然后是WORLD报错
[backcolor=rgba(0, 0, 0, 0.04)]Opening DatabasePool 'acore_auth'. Asynchronous connections: 1, synchronous connections: 1.DatabasePool 'acore_auth' opened successfully. 2 total connections running.Opening DatabasePool 'acore_characters'. Asynchronous connections: 1, synchronous connections: 1.DatabasePool 'acore_characters' opened successfully. 2 total connections running.Opening DatabasePool 'acore_world'. Asynchronous connections: 1, synchronous connections: 1.DatabasePool 'acore_world' opened successfully. 2 total connections running.Didn't find any executable MySQL binary at '' or in path, correct the path in the *.conf ("MySQLExecutable").Could not update the Login database, see log for details.Closing down DatabasePool 'acore_world'. Waiting for 0 queries to finish...Asynchronous connections on DatabasePool 'acore_world' terminated. Proceeding with synchronous connections.All connections on DatabasePool 'acore_world' closed.Closing down DatabasePool 'acore_characters'. Waiting for 0 queries to finish...Asynchronous connections on DatabasePool 'acore_characters' terminated. Proceeding with synchronous connections.All connections on DatabasePool 'acore_characters' closed.Closing down DatabasePool 'acore_auth'. Waiting for 0 queries to finish...Asynchronous connections on DatabasePool 'acore_auth' terminated. Proceeding with synchronous connections.All connections on DatabasePool 'acore_auth' closed.
我找了一下
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/MySQL/MySQL Server 8.0/bin/mysql.exe"
# "mysql.exe"
# "/usr/bin/mysql"
# Default: ""
MySQLExecutable = ""
|
|