Bug #71796 | mysql-workbench-community 6.0 Fedora 20 doesn't load after successful install? | ||
---|---|---|---|
Submitted: | 21 Feb 2014 22:21 | Modified: | 24 Feb 2014 18:49 |
Reporter: | Matthew Young | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | community-6.0.9-1.fc20.x86_64 | OS: | Linux (Linux 3.13.3-201.fc20.x86_64/KDE 4.11.5) |
Assigned to: | CPU Architecture: | Any | |
Tags: | fedora 20, kde, mysql-workbench |
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