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.