Bug #60813 | Old relationships stored in model | ||
---|---|---|---|
Submitted: | 9 Apr 2011 6:45 | Modified: | 29 Jun 2011 15:37 |
Reporter: | Roman Yazemov | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench: Modeling | Severity: | S3 (Non-critical) |
Version: | 5.2.33 rev. 7508 | OS: | Any (XP SP3, Mac OS X) |
Assigned to: | CPU Architecture: | Any | |
Tags: | relationship |
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
[9 Apr 2011 6:46]
Roman Yazemov
[9 Apr 2011 6:46]
Roman Yazemov
here's a tip
Attachment: tablesHover.png (image/x-png, text), 14.67 KiB.
[9 Apr 2011 6:54]
Roman Yazemov
After removing all tables named 'table2' from 'physical schemata' and added a new one
Attachment: tablesHover2.png (image/x-png, text), 12.59 KiB.