phpMyAdmin,而导入 csv 文本被截断

phpMyAdmin, while import csv the text is cut off

我将一个 csv 文件导入 myphpamdin。 我有一个包含文本的专栏。导入进行得很顺利,除了在中间被截断的文本之外,所有内容都在更新。

Table 示例:

"first_name" "last_name" "person_details"

"John" "Smith" "some long text that getting cut in the middle"

我尝试将 "person_details" 设置为 LONGTEXT,但 "some long text" 仍然在中间被切断。

有些长文之间肯定有\n,\r,\t 回显长文,看源码就知道原因了

(在 firefox 中右键单击-> 查看页面源代码)不要使用 firebug 或类似的东西,它们是根据它们解释这些字符的智能工具