MySQL Forums
Forum List  »  MyISAM

Re: Myisam create database specification?
Posted by: KimSeong Loh
Date: February 28, 2005 07:39PM

You can specify the table type or storage engine in the CREATE TABLE.
The default to innodb is actually set in the config file, I suspect you are using Windows as the default is set in the my.ini through the new Configuration utility. Look for default-storage-engine in the file and comment it, then the default table type will be MyISAM again.

Options: ReplyQuote


Subject
Views
Written By
Posted
7471
February 18, 2005 12:06PM
Re: Myisam create database specification?
4457
February 28, 2005 07:39PM


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.