Re: Applying a patch from a diff in python (if possible)

2012-05-23 Thread Astan
On May 24, 1:24 pm, Astan wrote: > Hi, > I'm trying to synch up two databases that are very far from each other > using diff and patch. Currently, what happens is a mysqldump on > database A (which is linux) which is sent over to database B and over > time the diff of this mysql is sent over to da

Applying a patch from a diff in python (if possible)

2012-05-23 Thread Astan
Hi, I'm trying to synch up two databases that are very far from each other using diff and patch. Currently, what happens is a mysqldump on database A (which is linux) which is sent over to database B and over time the diff of this mysql is sent over to database B. The database B lives on a NAS serv