Bug #30816 | Connector .Net | ||
---|---|---|---|
Submitted: | 5 Sep 2007 5:12 | Modified: | 11 Mar 2008 18:34 |
Reporter: | Reg Proctor | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 5.1.2 / 5.1.3 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | delete, insert, UPDATE |
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
[6 Sep 2007 21:54]
Reg Proctor
[6 Sep 2007 21:55]
Reg Proctor
MySQL_Connector_5.1.3_Usage_Result2
Attachment: MySQL_Connector_5.1.3_Usage_Result2.jpg (image/jpeg, text), 55.39 KiB.
[6 Sep 2007 21:55]
Reg Proctor
MySQL_Connector_5.1.3_Usage_Result3
Attachment: MySQL_Connector_5.1.3_Usage_Result3.jpg (image/jpeg, text), 65.07 KiB.
[6 Sep 2007 21:56]
Reg Proctor
MySQL_Connector_5.1.3_Usage_Result4
Attachment: MySQL_Connector_5.1.3_Usage_Result4.jpg (image/jpeg, text), 296.42 KiB.