Bug #10348 Can't initialize character set INSERT'ing BLOB if size > "max_allowed_packet"
Submitted: 3 May 2005 20:52 Modified: 22 May 2007 1:27
Reporter: Dmitry Mironov Email Updates:
Status: Unsupported Impact on me:
None 
Category:Connector / ODBC Severity:S1 (Critical)
Version:3.51 OS:Windows (Windows XP)
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[3 May 2005 20:57] Dmitry Mironov
ODBC bug script (Tcl, for general idea)

Attachment: torture.tcl (application/octet-stream, text), 1.49 KiB.

[3 May 2005 21:01] Dmitry Mironov
Console snapshot

Attachment: torture.jpg (image/pjpeg, text), 68.45 KiB.