MySQL Forums
Forum List  »  Partitioning

Re: Attaching a single partition to MySql on another server
Posted by: Shantanu Oak
Date: November 30, 2011 05:00AM

Not with InnoDB engine. But if you are using MyISAM or Archive table types, you can copy the partitions to remote server and drop it from the current table. You can import them back as and when required.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Attaching a single partition to MySql on another server
1852
November 30, 2011 05:00AM


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.