MySQL Forums
Forum List  »  MyISAM

Re: How do I convert an InnoDB database into MyISAM?
Posted by: david yeung
Date: December 28, 2007 07:28PM

You can export you structure and data into file ,and then replace the keywork engine=innodb with engine=myisam
Then everything is okay after you import from the file to database.

I'm a mysql DBA in china.
To know more details about me can visit:http://yueliangdao0608.cublog.cn

Options: ReplyQuote


Subject
Views
Written By
Posted
40781
October 14, 2005 08:46AM
Re: How do I convert an InnoDB database into MyISAM?
9989
December 28, 2007 07:28PM


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.