Hi friends, i want to create database type as innodb. searched in web but only ended up with creating tables as innodb. if i set to db as innodb type then all tables will be created that type , no need to create each table as this type. so can any one tell me what is the command to create database as innodb type, i used following but got error CREATE DATABASE "mydd" ENGINE = InnoDB
thanks jkl6. But am creating a tool that used to create db with predefined tables, so i dont hav the knowledge of users default storage engine. thats why i tried to set this database as Innodb. how to make it?