View Full Version : world and mysql in diff comps
sysadmin
02-19-2005, 08:10 AM
Is it possible to setup mysql on a different computer than the one that is running EQEmu?
sonicintuition
02-19-2005, 01:14 PM
Is it possible to setup mysql on a different computer than the one that is running EQEmu?
Yes, it is. You will need to do two things:
Edit db.ini so that your database will point to the IP address of the computer running MySQL, instead of "localhost". You will also need to update permissions on the computer running MySQL if you wish to edit your database from a different machine.
GRANT ALL PRIVILEGES ON *.* TO 'username'@'ipaddressyouareaccessingfrom' IDENTIFIED BY 'yourpassword' WITH GRANT OPTION;
This should work for you, it worked for me in the past. Good luck.
Regards,
SI
RangerDown
02-19-2005, 03:10 PM
It's possible but I don't advise it if it can be avoided. The zone servers do a hell of a lot more querying than you think and the extra time going across a network connection can be noticeable if your server has any traffic at all on it.
sysadmin
02-19-2005, 04:11 PM
This is just for testing, I have a couple P4 comps, 2.4 and 1.7, just want to see the diff in the load on the comps.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.