I am trying to import a .sql file and its failing on creating tables.
Here\'s the query that fails:
CREATE TABLE `data` ( `id` int(10) unsigned NOT NUL
The column of PARENT table to which you are referring to from child table has to be unique. If it is not, cause an error no 150.