MySQL 错误记录:Data too long for column 'xxx' at row 1

Posted 阿 军

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL 错误记录:Data too long for column 'xxx' at row 1相关的知识,希望对你有一定的参考价值。

Content 字段是 text 类型(Text是6万多)改成了 longtext 就OK了

ALTER TABLE `Article`  CHANGE `Content` `Content` LONGTEXT NULL 

 

 

技术图片

 

以上是关于MySQL 错误记录:Data too long for column 'xxx' at row 1的主要内容,如果未能解决你的问题,请参考以下文章

Postgres 11 问题:服务器上的“SSL 错误:DATA_LENGTH_TOO_LONG”错误

mysql修改字段长度及pymysql.err.DataError: (1406, "Data too long for column 'name' at row 1&quo

Spring Mysql com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data too long for column

导入转储文件的时候:Error Code: 1406. Data too long for column - MySQL

Mysql踩坑: Data truncation: Data too long for column ‘xxx‘ at row 1

诡异的 com.mysql.cj.jdbc.exceptions.MysqlDataTruncation: Data truncation: Data too long for column “dat