您试图插入的数据大于列允许的数据
logo。
根据需要使用以下数据类型
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
使用
LONGBLOB以避免此异常。

您试图插入的数据大于列允许的数据
logo。
根据需要使用以下数据类型
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
使用
LONGBLOB以避免此异常。