I did a SQL Dump from my MySQL [version 5.6.12] a few days ago now I am trying to import back to the same DB.
The line
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ; is not working, it throws a #1064 - 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 ') ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1' error.
I have tripple checked the syntax, and even copped and pasted from one of the other tables that successfully import.
not sure what could be wrong. here is the full SQL: http://pastebin.com/hrBKv7Su.
NOTE: I know there are simlar posts none have helped so far.