Servers Sharing Database.

So, I was hoping and wondering if it would be possible that I can make my one server share parts of the same database between two different maps.

What I want to do is swap between Chernarus and Panthera every couple days, Eventually between two separate servers.

All server data would be saved individually between each table, but they would share the data on character inventory ONLY. this would allow a player to only bring some items from server to server. guns, weapons, moneys.

I know this is possible, and if I didn't have a full time job, I would probably dedicate myself to making this happen personally, however I do and already have many side projects.

Any one already have this working?

Thanks tons!
 
To do it, you have to set-up a mysql server
http://dev.mysql.com/downloads/mysql/

Export old mysql data to the new server.

After this, go to A2 folder/cfgdayz/HiveExt.ini . search [Database] and put the new settings. You have to modify [ObjectDB] to separate objects between the two maps. Just cerate new table in the DB.
 
Back
Top