Daily Archives: January 6, 2010

Getting the size of BLOB in MySql

If you want to store binary in database, you can use BLOB as the data type of that column. In Mysql you can use TINYBLOB, BLOB, MEDIUMBLOB, LONGBLOB depending on your space requirement. Here is an example of database table … Continue reading

Posted in database, php, Tutorial/Guide | Tagged , , , , | Leave a comment