Bug #65588 | MySQL Connector 6.5.4 fails to register as a DataProvider in registry and VS2010 | ||
---|---|---|---|
Submitted: | 11 Jun 2012 20:36 | Modified: | 23 Jun 2016 6:06 |
Reporter: | Alexander Alexandorov | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | 6.5.4 | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | workaround |
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
[4 Nov 2012 22:21]
Todd Booth
[5 Apr 2013 20:25]
Andre Dublin
Verbose log of failed 6.5.6 install
Attachment: log.txt (text/plain), 45.47 KiB.
[5 Apr 2013 20:46]
Andre Dublin
For good measure here is a log of the successful 6.4.4 install
Attachment: log2.txt (text/plain), 405.03 KiB.