Aeternalismage
Verified Member
- 8
- 2015
- 0
Worldserver.conf [CLOSED - SOLVED]
When I try to open my worldserver it closes instantly. I checked everywhere and cant find where the logs are for the worldserver. However I know that sometimes its due to the configuration of the mysqld, authserver, and worldserver. I ran the Mysql batch to launch the mysqld and then ran the authserver (successfully). unless the steps mentioned are incorrect i don't know any other way. The worldserver.conf file has this to say:
# LoginDatabaseInfo
# WorldDatabaseInfo
# CharacterDatabaseInfo
# Description: Database connection settings for the world server.
# Example: "hostname;port;username;password;database"
# ".;somenumber;username;password;database" - (Use named pipes on Windows
# "enable-named-pipe" to [mysqld]
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;root;ascent;EmuCoach - Deathwings Madness - V4" - (LoginDatabaseInfo)
# "127.0.0.1;3306;root;ascent;EmuCoach - Deathwings Madness - V4" - (WorldDatabaseInfo)
# "127.0.0.1;3306;root;ascent;EmuCoach - Deathwings Madness - V4" - (CharacterDatabaseInfo)
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoachworld"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
everything looks correct and is even similar to the authserver.conf. Can you assist, I am only needing it because the Admin - Admin username and pass is not working.
When I try to open my worldserver it closes instantly. I checked everywhere and cant find where the logs are for the worldserver. However I know that sometimes its due to the configuration of the mysqld, authserver, and worldserver. I ran the Mysql batch to launch the mysqld and then ran the authserver (successfully). unless the steps mentioned are incorrect i don't know any other way. The worldserver.conf file has this to say:
# LoginDatabaseInfo
# WorldDatabaseInfo
# CharacterDatabaseInfo
# Description: Database connection settings for the world server.
# Example: "hostname;port;username;password;database"
# ".;somenumber;username;password;database" - (Use named pipes on Windows
# "enable-named-pipe" to [mysqld]
# section my.ini)
# ".;/path/to/unix_socket;username;password;database" - (use Unix sockets on
# Unix/Linux)
# Default: "127.0.0.1;3306;root;ascent;EmuCoach - Deathwings Madness - V4" - (LoginDatabaseInfo)
# "127.0.0.1;3306;root;ascent;EmuCoach - Deathwings Madness - V4" - (WorldDatabaseInfo)
# "127.0.0.1;3306;root;ascent;EmuCoach - Deathwings Madness - V4" - (CharacterDatabaseInfo)
LoginDatabaseInfo = "127.0.0.1;3306;root;ascent;auth"
WorldDatabaseInfo = "127.0.0.1;3306;root;ascent;emucoachworld"
CharacterDatabaseInfo = "127.0.0.1;3306;root;ascent;characters"
everything looks correct and is even similar to the authserver.conf. Can you assist, I am only needing it because the Admin - Admin username and pass is not working.
Last edited: