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. Quote 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? Quote 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... Quote Link to comment https://forums.phpfreaks.com/topic/139096-synchronising-2-databases/#findComment-727546 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.