Transfering Database Info

Junior Spellweaver
Joined
Sep 9, 2008
Messages
144
Reaction score
0
Hi guys ~

I had two channels up and running however, 1 channel is on one dedicated server and the 2nd channel is on another. The 2nd channel had to connect to the database located on dedicated server 1 but people kept on losing their items when the 2nd channel diconnected.

So what I want to do is say when someone logs out of a channel the data is updated to the new database on the 2nd dedicated server straight away also.. maybe meaning having a program running in the the background to do this?

I hope that makes sence.. just wondering if anyone knows what I can do

Thanks
 
Last edited:
Hi guys ~

I had two channels up and running however, 1 channel is on one dedicated server and the 2nd channel is on another. The 2nd channel had to connect to the database located on dedicated server 1 but people kept on losing their items when the 2nd channel diconnected.

So what I want to do is say when someone logs out of a channel the data is updated to the other database straight away also.. maybe meaning having a program running in the the background to do this?

I hope that makes sence.. just wondering if anyone knows what I can do

Thanks

Would be easier if you'd tell us which server files you use.

Try changing your Ini stuff, and database names.
 
Hi guys ~

I had two channels up and running however, 1 channel is on one dedicated server and the 2nd channel is on another. The 2nd channel had to connect to the database located on dedicated server 1 but people kept on losing their items when the 2nd channel diconnected.

So what I want to do is say when someone logs out of a channel the data is updated to the other database straight away also.. maybe meaning having a program running in the the background to do this?

I hope that makes sence.. just wondering if anyone knows what I can do

Thanks

I'm not sure how many databases you're using. If there are two channels, it is best to just use one. Caali files are very messed up in this sense. The code isn't very flexible to run 2 channels/servers.
 
Back