views:

108

answers:

0

I have two different servers for mysql databases. First server is for master database and second server to act as slave. Now i need to synchronization all the changes being done on my master database to be applied to the slave database on real time basis.

Please guide me with all the steps to implement real time mysql database synchronization.