Bug #46581 | Reverse engineering doesn't create foreign keys on large databases (150+ tables) | ||
---|---|---|---|
Submitted: | 6 Aug 2009 7:52 | Modified: | 6 Sep 2009 8:56 |
Reporter: | Petr Burian | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 5.1.16 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | foreign keys, reverse engineering |
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
[6 Aug 2009 7:53]
Petr Burian
[6 Aug 2009 7:54]
Petr Burian
Reverse Engineering of linux Workbench version - alright
Attachment: reverse_linux.jpg (image/jpeg, text), 224.61 KiB.