Hi all,
By default my tables are getting stored as MYISAM though i am forcing
how to make INNODB as default engine
By default my tables are getting stored as MYISAM though i am forcing
Code:
create table foo ( ..... ..... ) TYPE = INNODB;
Comment