python module for data comparison of 2 MySQL servers

Kushal Kumaran kushal.kumaran+python at gmail.com
Fri Sep 4 05:35:02 EDT 2009


On Wed, Sep 2, 2009 at 5:30 AM, <> wrote:
> I have 2 MySQL servers in 2 different data centers.
> Between them, there is data replication setup.
>
> Is there a python tool so I can do data comparison for daily records?
>
> Basically, just access both servers and do a diff in memory and print out
> records.
>

No idea why you need a python tool, but maatkit
(http://www.maatkit.org/) has something similar.

-- 
kushal



More information about the Python-list mailing list