`
crabdave
  • 浏览: 1279934 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Mysql blob Data truncation: Data too long for column

 
阅读更多

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

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics