Mysql插入text类型字段错误记录 com.mysql.jdbc.MysqlDataTruncation: Data truncation: #22001

一次插入操作报如下错误

com.mysql.jdbc.MysqlDataTruncation: Data truncation: #22001

是说字段值长度超过限制。

MySQL TEXT数据类型的最大长度

TINYTEXT 256 bytes  
TEXT 65,535 bytes ~64kb
MEDIUMTEXT  16,777,215 bytes ~16MB
LONGTEXT 4,294,967,295 bytes ~4GB

 

 

 

 

 

根据需要调整文本字段类型

posted @ 2019-12-20 13:55  猪脚踏浪  阅读(4275)  评论(0编辑  收藏  举报