Bug #101433 | Empty table name when Export resultset | ||
---|---|---|---|
Submitted: | 3 Nov 2020 11:38 | Modified: | 27 Jan 2021 7:00 |
Reporter: | Sergey Mikhailovsky | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Workbench | Severity: | S3 (Non-critical) |
Version: | 8.0.22 | OS: | MacOS |
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
[3 Nov 2020 11:45]
Sergey Mikhailovsky
[3 Nov 2020 11:47]
Sergey Mikhailovsky
Expand by pulling the edge
Attachment: Export_Recordset_and_MySQL_Workbench-2.png (image/png, text), 181.48 KiB.
[3 Nov 2020 12:05]
Sergey Mikhailovsky
Empty Table name
Attachment: some_table.png (image/png, text), 228.84 KiB.