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: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.21, 4.1.22 | OS: | Linux (linux) |
Assigned to: | CPU Architecture: | Any |
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:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[28 Nov 2006 5:46]
Mike Rollins
[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.