Bug #50003 | Server Administration crashes | ||
---|---|---|---|
Submitted: | 30 Dec 2009 17:27 | Modified: | 5 Feb 2010 10:28 |
Reporter: | Markus Gschwendt | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 5.2.11 beta | OS: | Linux (Ubuntu 9.10 amd64) |
Assigned to: | Maksym Yehorov | CPU Architecture: | Any |
Tags: | crash server administration |
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
[30 Dec 2009 17:29]
Markus Gschwendt
[30 Dec 2009 17:31]
Markus Gschwendt
terminal output on double click (no crash, gui does nothing)
Attachment: wb5.2.11beta-serveradmin-error.txt (text/plain), 1.76 KiB.
[14 Jan 2010 14:13]
Markus Gschwendt
settings after creating instance with 'new server instance' wizard. ssh disabled.
Attachment: Screenshot-Manage_Server_Instances.png (image/png, text), 58.73 KiB.
[14 Jan 2010 14:20]
Markus Gschwendt
settings after creating instance manually 'manage server instances'. ssh disabled.
Attachment: Screenshot-Manage_Server_Instances_manual.png (image/png, text), 61.16 KiB.