paragkalra Posted January 1, 2009 Share Posted January 1, 2009 I have 2 exactly same MySQL databases. I am very lazy to keep both of them synchronised. Is there a way through which I can automate the synchronisation process. That is to say if I make any change in one of the database like creating a table or adding a row or a column to a table of one of the database it should get reflected in other database. Link to comment https://forums.phpfreaks.com/topic/139096-synchronising-2-databases/ Share on other sites More sharing options...
mwasif Posted January 1, 2009 Share Posted January 1, 2009 In MySQL replication you can update the changes from master to slave (one way). Are these databases remotely located? Link to comment https://forums.phpfreaks.com/topic/139096-synchronising-2-databases/#findComment-727513 Share on other sites More sharing options...
paragkalra Posted January 1, 2009 Author Share Posted January 1, 2009 Yup databases are located remotely... Link to comment https://forums.phpfreaks.com/topic/139096-synchronising-2-databases/#findComment-727546 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.