On Fri, Oct 28, 2011 at 1:00 PM, santhosh kumar <[email protected]> wrote:
> Is there anything stopping you from running a cron job that updates the > master, with the records from the slave at the given time of the day when > you have connectivity? > > This solves the update on the master side. With binlogs option in MySQL this is very simple. It beautifully stores all the operations done and we can replay it on the master. The problem is mainly on the reverse side as I dont want to send mega bytes of unwanted updates on the non related branches to all brances. Regards, Arun _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
