Bug #73228 | Crash | ||
---|---|---|---|
Submitted: | 8 Jul 2014 2:14 | Modified: | 6 Aug 2014 6:51 |
Reporter: | roginluo Luo | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | MySQL Workbench Commercial (Proprietary) | OS: | Linux (RHEL6.4_x86_64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | /usr/share/mysql-workbench/extras undefined symbol: gtk_widget_get_realized |
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
[8 Jul 2014 2:36]
roginluo Luo