https://github.com/azerothcore/azerothcore-wotlk/issues/5370
root@debian:~/azeroth-server# tree -L 2
.
├── bin
│ ├── authserver
│ └── worldserver
├── data
│ ├── Cameras
│ ├── dbc
│ ├── maps
│ ├── mmaps
│ └── vmaps
└── etc
├── authserver.conf
├── authserver.conf.dist
├── worldserver.conf
└── worldserver.conf.dist
8 directories, 6 files
root@debian:~/azeroth-server#
运行命令
root@debian:~/azeroth-server/bin# ./authserver
Wrong Loggers configuration. Review your Logger config section.
Creating default loggers [root (Error), server (Info)] to console
root@debian:~/azeroth-server/bin# ./worldserver
Wrong Loggers configuration. Review your Logger config section.
Creating default loggers [root (Error), server (Info)] to console
root@debian:~/azeroth-server/bin#
配置文件编辑
mysql 用户密码内容
使用mysql cli
mysql -h127.0.0.1 -uroot -p
链接成功...
运行后立即结束,config文件除数据库账号和密码外都是默认的