Error: Using “TYPE = InnoDB” in MySQL throws exception
Use
1 |
ENGINE=Innodb |
instead of
1 |
TYPE=InnoDB |
. TYPE
was removed in 5.
1 2 3 4 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 |