Synchronizing MySQL databases

Posted by Wasim on Stack Overflow See other posts from Stack Overflow or by Wasim
Published on 2010-05-23T08:30:43Z Indexed on 2010/05/23 8:40 UTC
Read the original article Hit count: 179

Filed under:
|

Hi all,

I have a maintanance problem synchronizing my MySQL data bases . These are the databases I have :

  1. My development DB : Here I make my curret development changes .
  2. 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.
  3. 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 ...

© Stack Overflow or respective owner

Related posts about mysql

Related posts about database