Tag Archives: Software Design

MySQL Blob Insert Error

When using MySQL to store things such as files, it is best to use a blob field.  If you’re using a blob field, but having trouble with inserting some data into it (like a file), you might want to check the MySQL environment varibale max_allowed_packet.  The max_allowed_packet variable can be found in your configuration file […]