Error: Using “TYPE = InnoDB” in MySQL throws exception
Use
ENGINE=Innodb
instead of
TYPE=InnoDB
. TYPE
was removed in 5.
Preparing... Importing reviews(1).sql... Finished executing script ERROR 1064 (42000) at line 31: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB' at line 6 Operation failed with exitcode 1