View Single Post
Old 09-24-2008, 10:21 PM  
Owen Pierce
Registered User
 
Owen Pierce's Avatar
 
Join Date: Dec 2007
Posts: 95
Quote:
Originally Posted by mikesouth View Post
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...

Owen Pierce is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote