Data too long for column 'xxx' at row
Posted ☆♂安♀★
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Data too long for column 'xxx' at row相关的知识,希望对你有一定的参考价值。
Data too long for column ‘xxx‘ at row
数据库的默认的utff-8,且连接的字符串也设置了utf-8,数据库字段用的text,但是还是报错,原因超出了长度,要最大的话可以设置为LONGTEXT
mysql中text 最大长度为65,535(2的16次方–1)字符的TEXT列。
如果你觉得text长度不够,可以选择
MEDIUMTEXT最大长度为16,777,215。
LONGTEXT最大长度为4,294,967,295
详细用法可查看手册
http://dev.mysql.com/doc/refman/5.1/zh/column-types.html#column-type-overview
以上是关于Data too long for column 'xxx' at row的主要内容,如果未能解决你的问题,请参考以下文章
Data truncation: Data too long for column ‘context‘ at row 1
Data truncation: Data too long for column ‘context‘ at row 1
Data truncation: Data too long for column ‘context‘ at row 1
ERROR 1406 : Data too long for column 解决办法
javaweb报错:Data truncation: Data too long for column ‘xxx‘ at row 1
javaweb报错:Data truncation: Data too long for column ‘xxx‘ at row 1