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
Perhaps this will help? The definition of the primary key column should be exactly the same as the foreign key column.