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:
<In my case, my database table has a trigger associated to another table, and there was one column missing in triggered table. Something like this:
Table1 columns: UserAccountID, Document type, permissions, Status
Triggered Table 2 columns: Revision number, Revision Status, UserAccountID, Permissions, Status
So in the table 2, "document type" column was missing. Check the triggers in the DB by
"show triggers from {Database Name}"