Don't worry mate..
Anyway, the only problem with the migration now is the SQL file.
So... you can export all files except SQL file with All-in-One WP Migration Plugin... then export the SQL with phpmyadmin, and the you just have to modify the .sql file according this:
- replace "TYPE=ARIA" with "ENGINE=InnoDB"
- delete all "Page_Checksum=1"
- Delete all "TRANSACTIONAL=1"
Then, you can import the modified .sql file and import the content file with the plugin...
@pochoCL