I tried to create a database type of innodb.I tried this query but its not exectuted.
CREATE DATABASE “mydd” ENGINE = InnoDB
I checked the configuration and it says innodb enabled. I also searched in web but only ended up
with creatin innodb tables.
I set the database as innodb then all the table
under this will takes the same type and no need to specify again.Also my defauld engine should not be innodb.
Can anyone help me out? Thanks.
I don’t think you can specify Engine while creating database.
because one database can have multiple engine type tables in it
Check create database command at http://dev.mysql.com/doc/refman/5.5/en/create-database.html