Bug #98375 | console redirection failed | ||
---|---|---|---|
Submitted: | 25 Jan 2020 2:12 | Modified: | 13 May 2020 12:12 |
Reporter: | Adam Baysal | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Workbench | Severity: | S1 (Critical) |
Version: | 8.0.19 | OS: | Windows (10 Home 10.0.18362 Build 18362) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Other (x64 intel i7-5500U) |
Tags: | MySQL Workbench |
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 Dec 2020 8:29]
Favorite Otu