Look for blob data field (I assume you are pretty aware of DB in general) http://www.mysql.com/doc/en/BLOB.html
Rest is avalible in mysql website doc section
Regards
richard forester wrote:
Hello All,
I need to store binary (tar.gz) files in MySQL database. Can someone pls help with the syntax for Table creation & one insert command.