MySQL Forums
Forum List  »  Backup

Re: Help on backing up parititions
Posted by: Rick James
Date: April 08, 2013 10:31AM

PARTITION BY RANGE ?
The DESCRIPTION in the information_schema tells you the "LESS THAN" value. Then do some form of mysqldump (or other) to collect the data from the partition you are about to drop.

Or...
Upgrade to 5.6. It has a way to turn a particular partition into a table. That (I think) would replace the DROP PARTITION and allow you to do other dump techniques with the table.

Options: ReplyQuote


Subject
Views
Written By
Posted
2314
April 05, 2013 04:21AM
Re: Help on backing up parititions
1173
April 08, 2013 10:31AM
1038
April 09, 2013 10:20PM
1090
April 10, 2013 08:58PM
1120
April 13, 2013 08:10AM


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.