Bug #60172 | Mwb Crash in Forward Engineer if inot ssh tunnel created | ||
---|---|---|---|
Submitted: | 18 Feb 2011 20:28 | Modified: | 15 Apr 2011 10:51 |
Reporter: | Oscar Javier Gentilezza Arenas | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench | Severity: | S2 (Serious) |
Version: | 5.2.30 | OS: | Linux (Linux Ddxia 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 06:44:11 UTC 2010 i686 AMD Phenom(tm) 8450 Triple-) |
Assigned to: | CPU Architecture: | Any | |
Tags: | EER Exporting, Fordward engineer, ssh, ssh-tunnel |
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