Running With 2 servers as 1
Ok I know it can be done becasue bUsh did it on his server TGL. I was wondering how you can set up servers where world.exe is on one and the zone.exe servers are on another computer.
Mostly i think i've got it down atm. I need to know how the boot5zones.bat needs to be up far as IP addresses go. Also how do you setup db.ini. I've tryed all i can think of and read up on the Error: #2006 but still keep getting that error the zones cant seem to find the db i'm not sure why though. Any help would be greatly appreciated. |
Make sure the db.ini file is set correctly on BOTH machines. The database is on one machine or the other -- this means that the db.ini file might differ slightly on each machine. You can't be saying "localhost" as the db server on the machine it's not on :P
|
To get 2 machines to be running for the same server, run world on one with DB.ini having localhost and your DB's name your Username/pass etc. then on the other comp, if your on a network, instead of localhost put the internal IP of the computer thats running world.exe. if not on a network, put external IP. and boot5zone would be the IP of the other computer on both sides of the port i think.
|
Heres how its set up atm.
Computer With DB and world.exe db.ini Code:
[Database] db.ini Code:
[Database] Code:
REM:--------------Start----------------------- |
need to grant DB access to the other machine..
|
Do the grant all access code of mysql, but make it where the username@localhost make localhost be the external IP of the computer you want to connect to world.exe
|
a general work-all grant for this would be:
Code:
grant all on eq.* TO username@'%' IDENTIFIED BY 'password'; |
All times are GMT -4. The time now is 10:24 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.