Mangos 2.0.10 server issue...:S

Newbie Spellweaver
Joined
May 2, 2006
Messages
5
Reaction score
0
I just installed mangos latest server repack (2.0.10) and when i run realmd.exe and mangosd.exe the command boxes show up but then disappear? im having problems figuring this out if anybody could help i would really appreciate it
 
I had this same problem....

So I use the 2.0.8 server with the 2.0.10 database....

works fine and people on 2.0.10 can still connect
 
This is a quite easy problem! The Comand boxes Allways disappear when they can't connect to the Mysql database.

Make sure you wrote the right adress in your realmd.conf and mangosd.conf!
( # Database connection settings for the world server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "127.0.0.1;3306;root;***;realmd_bc"
WorldDatabaseInfo = "127.0.0.1;3306;root;***;mangos_bc" )

otherwise your Mysql server isn't installed properly.
 
Back