MySQL Forums
Forum List  »  InnoDB

Re: InnoDB in wordpress blog
Posted by: Rick James
Date: August 10, 2013 02:56PM

I don't understand "attach InnoDB database system".

MySQL, out of the box, contains MyISQM, InnoDB, MEMORY, and probably a few other 'engines'.

Are you asking about
ALTER TABLE foo ENGINE=InnoDB;
which will change the engine of `foo` to InnoDB?

Options: ReplyQuote


Subject
Views
Written By
Posted
1239
August 09, 2013 06:22PM
Re: InnoDB in wordpress blog
684
August 10, 2013 02:56PM


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.