MySQL Forums
Forum List  »  MyISAM

Re: How do I convert an InnoDB database into MyISAM?
Posted by: George Ndede
Date: December 27, 2007 07:42PM

Your best friend would be the

ALTER TABLE myInnoDB_Table ENGINE=MYISAM

command.

Hope this help you.

Ndede

Options: ReplyQuote


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


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.