Bug #20054 | Display is not rendered properly | ||
---|---|---|---|
Submitted: | 24 May 2006 20:04 | Modified: | 26 May 2006 11:46 |
Reporter: | Mr Wakazula | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Workbench Preview | Severity: | S2 (Serious) |
Version: | 1.0.6 | OS: | Windows (Windows XP (SP2)) |
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
[24 May 2006 20:06]
Mr Wakazula
[24 May 2006 20:09]
Mr Wakazula
WorkBench screen shot #2 (zoom=33%)
Attachment: WorkBenchScreenShot2.PNG (image/png, text), 101.62 KiB.
[24 May 2006 20:10]
Mr Wakazula
The schema that is generating the problem.
Attachment: CodeAssist 20060524 1601.sql (text/plain), 10.35 KiB.