Partial sync of Mysql databases on two remote computers

Posted by Beck on Server Fault See other posts from Server Fault or by Beck
Published on 2012-04-07T11:05:01Z Indexed on 2012/04/07 11:33 UTC
Read the original article Hit count: 250

Filed under:
|

Does mysql replication supports delayed sync if remote slave server is OFF?

For example I want to make my developing server have a fresh copy of databases each morning.

It should be partial sync, not full copy of databases each morning.

And synchronization should be only ONE way, not duplex, to avoid deleting something of master server.

What utilities are out there or native functionality of mysql itself?

Thanks!

© Server Fault or respective owner

Related posts about mysql

Related posts about synchronization