“Column count doesn't match value count at row” but it does

前端 未结 7 1721
我在风中等你
我在风中等你 2020-12-30 00:11

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:

<
7条回答
  •  庸人自扰
    2020-12-30 00:41

    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

提交回复
热议问题