Synchronizing MySQL databases
- by Wasim
Hi all,
I have a maintanance problem synchronizing my MySQL data bases . These are the databases I have :
My development DB : Here I make my curret development changes .
Staging DB : I need to make all the changes I did in the development on it before using , currently I hold migration scripts for structure and data.
Production DB : A production environment . Have to do exacly the same as the staging .
My problem , is sync. the structure , and some of the data. This is really a very hard work to maintaine.
Is there any technics , tools to do with MySQL . What is replication , is it good for my situation , how to use it .
Thanks in advance ...