Bug #68522 | Dim As New MySqlConnection throws exception | ||
---|---|---|---|
Submitted: | 28 Feb 2013 12:08 | Modified: | 7 Apr 2013 8:11 |
Reporter: | Khaled EL-Gamily | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 6.6.5 | OS: | Windows (7 64-bit VS2012 .Net Framework 4.5) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | MySqlConnection, VB.NET, VS2012 |
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