Re: Myisam create database specification?
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.
Subject
Views
Written By
Posted
7609
February 18, 2005 12:06PM
Re: Myisam create database specification?
4516
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.