MySQL Forums
Forum List  »  Performance

Re: Quickest way to copy large InnoDB table
Posted by: Rick James
Date: May 27, 2008 11:56PM

Unlike MyISAM, there is no safe way to copy files around.

DISABLE keys and foreign key constraints (check syntax)
INSERT ... SELECT
ENALBLE keys and constraints

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Quickest way to copy large InnoDB table
3740
May 27, 2008 11:56PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.