Bug #90767 | Mysql and VS 2015 / 2017 | ||
---|---|---|---|
Submitted: | 5 May 2018 22:59 | Modified: | 8 May 2018 8:38 |
Reporter: | Pedro Dias | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | Connector / NET | Severity: | S1 (Critical) |
Version: | Any | OS: | Windows (W 10) |
Assigned to: | Assigned Account | CPU Architecture: | x86 (Intel I7 7700-HQ) |
Tags: | Connector/NET / Mysql Visual Studio, Visual Studio |
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 May 2018 21:30]
Pedro Dias
[6 May 2018 21:31]
Pedro Dias
Before the previous print and when configuring the connection
Attachment: vs2017error_1.png (image/png, text), 147.19 KiB.
[6 May 2018 21:32]
Pedro Dias
Error on the after the first print and final message
Attachment: mysql_error.txt (text/plain), 356 bytes.
[7 May 2018 9:49]
Pedro Dias
new install
Attachment: vs2017error_2.png (image/png, text), 111.29 KiB.