I get the following error when import CSV to a table in Heidi SQL "SQL Error: Data truncated for column 'SlNo' at row 1"

I get the following error when import CSV to a table in Heidi SQL "SQL Error: Data truncated for column 'SlNo' at row 1"

我已经在 python 中将数据帧 (pandas) 保存为 CSV 文件,并尝试使用 Heidi SQL 将其导入 table,然后我得到错误 "SQL Error: Data truncated for column 'SlNo' at row 1"。 这是错误:

这是我的table:

这是 CSV 文件: https://drive.google.com/open?id=1qDfkTNZNTOKTSpnia3CFoW1ahHm6LQ5v

作为用逗号分隔的 csv 文件中的字段,您必须在导入对话框中指定“,”(逗号)作为字段终止符,而不是“;” (分号)。