Hi,
If you are trying to relocate your database from one to another, you will need to open the .sql file and do a find/replace for the ENGINE that is used:
Find: ENGINE=InnoDB
Replace: ENGINE=MyISAM
Then try to reupload/import the .sql file. Let us know how that goes.