Partial sync of Mysql databases on two remote computers
- by Beck
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!