Bug #60541 | MySqlDbCommandBuilder.BuildCommands throws MySqlException : Query execution ... | ||
---|---|---|---|
Submitted: | 18 Mar 2011 23:52 | Modified: | 11 Apr 2011 20:39 |
Reporter: | Rami Abughazaleh | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.3.6 | OS: | Windows (7 64-bit) |
Assigned to: | Julio Casal | 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
[18 Mar 2011 23:53]
Rami Abughazaleh
[18 Mar 2011 23:53]
Rami Abughazaleh
Test1.Designer.cs
Attachment: Test1.Designer.cs (text/plain), 51.27 KiB.
[18 Mar 2011 23:53]
Rami Abughazaleh
Test1.xsc
Attachment: Test1.xsc (application/octet-stream, text), 361 bytes.
[18 Mar 2011 23:54]
Rami Abughazaleh
Test1.xss
Attachment: Test1.xss (application/octet-stream, text), 1.03 KiB.
[21 Mar 2011 0:46]
Rami Abughazaleh
simple console application that can reproduce bug
Attachment: bug_60541.zip (application/empty, text), 145.93 KiB.