I have a big dump (tens of GB) and I would like to import it into a new table without respecting the ENGINE=INNODB parameter.
I tried several editors dedicated for large files to edit the dump but it always takes a lot of time to save the modifications, so it would make much more sense to just ignore the ENGINE=INNODB parameter and override it (for example with the default engine).
Importing and then changing the engine would not be an option as InnoDB is extremely slow to import the dump, so it would take days.