Bug #74717 | Links in Management don't work | ||
---|---|---|---|
Submitted: | 6 Nov 2014 18:12 | Modified: | 8 Nov 2014 3:07 |
Reporter: | Victor Porton | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | 6.2.3.12312 | OS: | Linux (Debian Linux "testing") |
Assigned to: | 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
[7 Nov 2014 9:32]
Victor Porton
[7 Nov 2014 14:27]
Miguel Solorzano
On Linux Mint 17 Works
Attachment: On Linux Mint.png (image/png, text), 334.68 KiB.
[8 Nov 2014 3:06]
Miguel Solorzano
WorkBench Link Works on Debian Testing
Attachment: debian_testing_and_WB.png (image/png, text), 156.73 KiB.