• Networking: The investigation is still on the way, we've switched to backup telecom carriers since the episode but we're still working in settling everything as it must be. We'll add more updates as we have them available. Incoming and outgoing emails will be restricted, and user registration has been disabled until the issue is resolved.

Runing two servers?

Newbie Spellweaver
Joined
Oct 9, 2006
Messages
18
Reaction score
0
Hi@all

I need help with running two servers at the same PC, there is one server(1.12.x) online atm but need to run TBC(2.0.8) server 2.

I have two new DB-s mangos_tbc and realmd_tbc, I have all files,
and when I run both servers my wow 1.12.x client connects without problems, I see two realms, can play on 1.12.x realm and there is no problem with that,

But when I try to connect with TBC client I get the error message "unable to validate game version"

please someone help me.

thx and sorry for my bad englich!
 
Heres what you do. First make sure the 2 seperate mangos are named different (mangos1 then mangos2) before you restore the sql's. Then do the realmd the same way before restoring the sql's. here is mine I have a mangos with this in the mangos.conf file so it will find the right realmd and mangos This is for my server 2.0.1
LoginDatabaseInfo = "127.0.0.1;3306;root;root;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;root;mangos"

Then for my realmd.conf filein my 2.0.1 server i did this
LoginDatabaseInfo = "127.0.0.1;3306;root;root;realmd"

Now for my mangos burning crusade 2.0.8 server i named mangos mangos_bc
then did the sql with sqlyog enterprise DO NOT USE NAVICAT IT TAKES 8 HOURS LOL.
Heres what it says on my mangos_bc mangos.conf file
LoginDatabaseInfo = "127.0.0.1;3306;root;root;realmd_bc"
WorldDatabaseInfo = "127.0.0.1;3306;root;root;mangos_bc"

Now for my realmd_bc realmd.conf file
LoginDatabaseInfo = "127.0.0.1;3306;root;root;realmd_bc"

I hope that helps Brewen
 
lol, you don't need to change the ports in the DatabaseInfo config parts that you posted, brewen. That's not what I was saying. You DO, however, need to change the the TBC worldserver port in mangosd.conf:
Code:
# Default WorldServerPort
WorldServerPort = 8085
, the realmd port in reald.conf:
Code:
# Default RealmServerPort
RealmServerPort = 3724
, and the realmd port in the DB, then specify the port in your WoW realmlist.wtf depending on what server you want to connect to.
 
I didnt say anything about port numbers. I said change the mangos.config and realmd.config realmd and mangos yo tell mangosd and realmd exe what folder to look into or search for.


OK yamachi i do have a question because lets face it you know more than i do about computers except i know i build them and am not sure if you do or not. I need to know if its possible to run 2 different versions of mysql at the same time. Im wanting to use version 4X for an everquest server and a Earth and Beyond server. Earth and beyond is still being worked on so anyone who reads this no i dont have a totally working one yet LOL.
Brewen
 
I'm pretty sure you CAN run two MySQL servers at the same time. I've never tried it, so I'm not 100% on it, but, you might be able to just change the MySQL port from 3306 to something else for one of the MySQL servers.
 
I think the biggest problem is login server; you can only have 1 login server (3724); and it either authenticates 1.12 or 2.0.0, not both.

As far as I know it, wow client only can run on 3724.
So yes, you can run multiple server realm, but they have to be same version.

Kobold can be configured for 2 versions, provided they are closely related.
 
Back