Situation: I have a MySQL database that I would like to backup/export as an sql file. The database has a single table in it that contains a longblob field. I want to export the database without the data/contents of the longblob field.
Problem: Not sure how to export the database without the longblog field's data.
Desired result: A shell/php script or command that will create a sql file containing that database backup without the contents of the longblog field.