Hello. Is possible that size of SQL query is restricted up to 1MB? Vasek Marik
I have the same problem. I try to put a picture in a blob field, but if the picture's size > 1 MB, the query is not executed.
http://www.vbulletin.com/forum/showthread.php?t=103786
Not the size of the query but the maximum packet size which is a server setting. Check mysql server manuals for details on how to alter this value.
Kind regards, Cristian Nicola
Log in to post a comment.
Hello. Is possible that size of SQL query is restricted up to 1MB?
Vasek Marik
I have the same problem. I try to put a picture in a blob field, but if the picture's size > 1 MB, the query is not executed.
http://www.vbulletin.com/forum/showthread.php?t=103786
Not the size of the query but the maximum packet size which is a server setting. Check mysql server manuals for details on how to alter this value.
Kind regards,
Cristian Nicola