Bug #90416 | MySql Notifier 1.1.7 High Severity Error | ||
---|---|---|---|
Submitted: | 12 Apr 2018 22:28 | Modified: | 13 Apr 2018 0:15 |
Reporter: | Mx Dog | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL for Windows: MySQL Notifier | Severity: | S1 (Critical) |
Version: | 1.1.7 | OS: | Windows (10 17133.1) |
Assigned to: | CPU Architecture: | Any (x64) | |
Tags: | MySql.Data Exception |
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
[12 Apr 2018 22:37]
Mx Dog