Mysql blob Data truncation: Data too long for column
Use following data types as per your need
TINYBLOB : maximum length of 255 bytes
BLOB : maximum length of 65,535 bytes
MEDIUMBLOB : maximum length of 16,777,215 bytes
LONGBLOB : maximum length of 4,294,967,295 bytes
参考:
http://stackoverflow.com/questions/21522875/data-truncation-data-too-long-for-column-logo-at-row-1
本文介绍了解决MySQL中Blob类型数据截断的问题,详细列出了Tinyblob、Blob、Mediumblob及Longblob等不同Blob类型的长度限制。
3323

被折叠的 条评论
为什么被折叠?



