I want have a single database that uses InnoDB tables instead of myISAM tables (myISAM gives me good performance generally so I don't want to stop using it altogether).
Is it possible to specify that a database use InnoDB tables if the default is myISAM.