Create Database Table with MyISAM
CREATE TABLE mytable(id INT(10)) ENGINE=MyISAM;