Bug #24645 Error with mysql_stmt_bind_param
Submitted: 28 Nov 2006 5:42 Modified: 20 Mar 2007 15:45
Reporter: Mike Rollins Email Updates:
Status: No Feedback Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:4.1.21, 4.1.22 OS:Linux (linux)
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:

[28 Nov 2006 5:46] Mike Rollins
Create Tables

Attachment: create_tables.bash (application/octet-stream, text), 674 bytes.

[28 Nov 2006 5:46] Mike Rollins
Makefile

Attachment: Makefile (application/octet-stream, text), 410 bytes.

[28 Nov 2006 5:47] Mike Rollins
Example C program

Attachment: sqltest.c (application/octet-stream, text), 4.26 KiB.

[29 Nov 2006 0:07] Mike Rollins
config.log file

Attachment: config.log.gz (application/x-gzip, text), 31.44 KiB.