ERROR 1064 : Using “TYPE = InnoDB” in MySQL throws exception

Error: Using “TYPE = InnoDB” in MySQL throws exception
Use

ENGINE=Innodb

instead of

TYPE=InnoDB

. TYPE was removed in 5.

ERRORInnoDB

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

 

 

4.5/5 - (2 votes)