Bug #18405 | ISO-8859-1 | ||
---|---|---|---|
Submitted: | 21 Mar 2006 20:22 | Modified: | 29 Mar 2006 20:41 |
Reporter: | Andreas Döll | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / J | Severity: | S3 (Non-critical) |
Version: | mysql-connector-java-5.0.0-beta | OS: | Windows (WinXP) |
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
[27 Mar 2006 13:58]
Andreas Döll
[27 Mar 2006 19:44]
Andreas Döll
SQL create Sktipt
Attachment: New Project 20060327 2143.sql (application/octet-stream, text), 1.59 KiB.