Bug #112030 | MySQL 8.0.22 Bug Report: Inconsistent Replication to Multi-Channel Slave (No Err | ||
---|---|---|---|
Submitted: | 10 Aug 2023 9:44 | Modified: | 18 Aug 2023 14:38 |
Reporter: | Krishna Kumar | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Replication | Severity: | S2 (Serious) |
Version: | 8.0.22 | OS: | Linux (CentOS Linux 7 (Core)) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Other (3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux) |
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