Bug #107920 | exception 0xc0000005 | ||
---|---|---|---|
Submitted: | 20 Jul 2022 7:45 | Modified: | 21 Jul 2022 8:46 |
Reporter: | Luigi Cangiano | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Archive storage engine | Severity: | S2 (Serious) |
Version: | 8.0.29 | OS: | Windows (Windows Server 2016 Datacenter) |
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
[20 Jul 2022 7:47]
Luigi Cangiano
[20 Jul 2022 7:48]
Luigi Cangiano
MySQL configuration file
Attachment: my.ini (application/octet-stream, text), 22.46 KiB.
[20 Jul 2022 14:58]
Luigi Cangiano
backup script runs once per day
Attachment: backup.cmd (application/octet-stream, text), 944 bytes.