Bug #4119 | re-tested server prep stmt w/ 3.1.3 | ||
---|---|---|---|
Submitted: | 13 Jun 2004 6:27 | Modified: | 11 Nov 2009 15:29 |
Reporter: | Ben Eng | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S1 (Critical) |
Version: | 3.1.3 | OS: | Windows (Microsoft Windows XP) |
Assigned to: | Mark Matthews | 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
[15 Jun 2004 1:38]
Ben Eng
[15 Jun 2004 2:34]
Ben Eng
sample data from successful test run
Attachment: demo_db_dump.sql.gz (application/x-gzip-compressed, text), 17.03 KiB.