On line 54 of the XML file
PHP Code:
) TYPE=MyISAM");
Anyone with a newer php / mysql will require to edit this so it will read
PHP Code:
) ENGINE=MyISAM");
I have attached a pre-edited copy for those of you who may dislike having to edit files yourself.
How will you know if you need this?
If you attempt to import the current one and receive an error... Try this one.