Bug #103572 | DATA EXPORT FAILED NO SCHEMA OBJECTS DISPLAYED | ||
---|---|---|---|
Submitted: | 4 May 2021 12:51 | Modified: | 15 Sep 2022 6:49 |
Reporter: | Chris Stromberg | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 8.0.24 | OS: | MacOS (macOS 11.2.x Big Sur x86_64) |
Assigned to: | CPU Architecture: | Any | |
Tags: | WBBugReporter |
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
[5 May 2021 14:07]
Chris Stromberg
[5 May 2021 14:09]
Chris Stromberg
Screen shot of right pane with no selectable schemas displayed from db
Attachment: Screen Shot 2021-05-05 at 8.58.44 AM.jpg (image/jpeg, text), 1.71 MiB.
[23 Aug 2022 20:23]
Jack Parker
a schema that works
Attachment: schema1.sql (application/octet-stream, text), 2.57 KiB.
[23 Aug 2022 20:23]
Jack Parker
a Schema that fails
Attachment: Schema2.sql (application/octet-stream, text), 2.57 KiB.