How to display Blob data in MySQL Computers and Networking Mar 312013 SELECT SUBSTRING(<BLOB COLUMN_NAME>,1,2500) FROM <Table_name>; Source