Bug #103565 | [ERROR] mysqld got signal 6 ; | ||
---|---|---|---|
Submitted: | 4 May 2021 7:06 | Modified: | 4 May 2021 7:41 |
Reporter: | Ambrish Kyalap | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S1 (Critical) |
Version: | 10.1.22 | OS: | Linux (Linux tms-438641208-2-446292907 3.10.0-327.36.3.el7.x86_64 #1 SMP Mon Oct 24 16:09:20 UTC 2016 x86_6) |
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