Getting this error when trying to upload a reasonably large (1mb) binary into our database via a web form. The system is working just fine with smaller files.
I think that the PHP settings for uploads are fine - plenty of execution time, uploads and POST set to 25mb.
Are there similar settings for MySQL? I've had upload problems before but it usually results in a PHP error or white screen. For me to get my error screen returned with MySQL message the PHP script must have completed it's execution, so I'm thinking the problem is with mysql somewhere...
Any help appreciated.