|
Need to compare 2 tables data from different linux servers with mysql using perl script
I am having 2 Mysql servers installed on 2 servers.
They have same table in same database with some different records.
I need to compare data of these tables and generate logs.
Similar to MYSQL_DIFF generates logs comparing schemas, i need comparing logs of table data. i am not able to find any appropriate solution to this. Apart from writing the complete logic for doing this, is there any solution to do this using MYSQL_DIFF type of libraries.
Last edited by tarun28jain; 10-11-2012 at 05:43 AM.
|