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
Subject
Views
Written By
Posted
2552
October 17, 2010 10:20AM
Re: Recovering BDB tables and converting them to MyISAM
1634
December 07, 2010 10:46AM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.