I\'ve got a mysql file with over than 14000 statements. All of them are inserts into a table, and when I import the file using console, it throws the following error:
I was facing a similar error. It was just the matter of a missing comma. Check if all the items in the insert statement are separated by commas