keyongtech


  keyongtech > python > 09/2009

 #1  
09-02-09, 01:00 AM
none
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.

Thanks
 #2  
09-04-09, 10:35 AM
Kushal Kumaran
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.
Similar Threads
python daemon - compress data and load data into MySQL by pyodbc

Hi, I installed Python daemon, pyodbc module to access the back-end DB server. My setup is like this load data job -> Python Daemon A, port 6000 -> Python Daemon B,...

Looking for a pure python Mysql module

Does anyone know of a package that can connect and query a mysql server that is platform independent and does not need to compile any extra c modules (IE a pure python...

Install Python MySQL db module?

Hi, how does properly install the Python MySQL db module for Mac OS X? I was only able to locate the Win32 modules. Thanks in advance, -Conrad

Seeking Python->mySQL OR module

Hi, I'm looking for an object-relational layer, which can wrap a MySQL database into highly pythonic objects. There seem to be dozens of packages which provide some of...

"Pure Python" MySQL module like Net::MySQL

Hi, I did some googling, and found that there doesn't seem to be a pure python MySQL communication module. There is one for perl however, Net::MySQL. I was wondering if...


All times are GMT. The time now is 09:55 PM. | Privacy Policy