Bug #48239 | Server crashing at irregular intervals | ||
---|---|---|---|
Submitted: | 22 Oct 2009 17:58 | Modified: | 18 May 2010 2:50 |
Reporter: | Ed Macauley | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.1.37,5.1.44 | OS: | Linux (Linux version 2.6.18-92.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20071124) |
Assigned to: | CPU Architecture: | Any | |
Tags: | Signal 11, SSL |
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
[22 Oct 2009 18:00]
Ed Macauley