MySQL Forums
Forum List  »  MyISAM

Re: Recovering BDB tables and converting them to MyISAM
Posted by: Aftab Khan
Date: December 07, 2010 10:46AM

How did you pefrom upgrade? binary in-place upgrade or dump/restore? if you took backup prior to upgrade then follow these steps:

1. Install MySQL 5.0.x (whatever version you had prior to version upgrade), restore backup.
2. Use ALTER command to convert BDB tables to MyIsam i.e. ALTER TABLE table_name ENGINE=MYISAM

3. Now you can upgrade to 5.1.xx but firstly look here:
http://dev.mysql.com/doc/refman/5.1/en/upgrading-from-previous-series.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Recovering BDB tables and converting them to MyISAM
1739
December 07, 2010 10:46AM


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.