I would like to know whether its possible to specify the default engine type during the creation of a database.
Tried this...
create database main character set = utf8 collate=utf8_ge neral_ci engine=innodb;
but didn't work.
Tried this...
create database main character set = utf8 collate=utf8_ge neral_ci engine=innodb;
but didn't work.
Comment