Quote:
Originally Posted by mikesouth
im not sure I see the problem a simple unload of one database to a file then insert it into the other. If you want more control unload both to flat files, merge and sort (UNIX) then and use the uniq command(UNIX) to dedupe the merged file then load it into a database
|
that doesn't work if he's in INNODB...
and uhm... doing some file based process to fix database issues is just asking for problems.
not to mention, db files are binary... he's not doing a local RSYNC or something...
