Bug #114152 | Invalid mysqldump file generated for some views with collate statements | ||
---|---|---|---|
Submitted: | 28 Feb 2024 7:53 | Modified: | 29 Feb 2024 1:11 |
Reporter: | Timothy Evetts | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S2 (Serious) |
Version: | mysqldump Ver 8.0.36-0ubuntu0.22.04.1 | OS: | Ubuntu (Pop!_OS 22.04 LTS) |
Assigned to: | CPU Architecture: | x86 (Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz) | |
Tags: | collate, mysqldump, reference, Views |
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