Change
TYPE=MyISAM
to
ENGINE=MyISAM

TYPE is now deprecated
and ENGINE is the correct replacement.
See if that works?