Get size of BLOB in MySQL

 SELECT OCTET_LENGTH(blob_content) FROM blob_table WHERE id = 88;

Comments