欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Mysql blob Data truncation: Data too long for column

程序员文章站 2023-12-24 17:17:09
...

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://*.com/questions/21522875/data-truncation-data-too-long-for-column-logo-at-row-1

 

上一篇:

下一篇: