Bug #87574 | Can not create new connection(errno 11) if mysql has 32300+ connections | ||
---|---|---|---|
Submitted: | 29 Aug 2017 9:22 | Modified: | 30 Aug 2017 1:58 |
Reporter: | Wang Wen'an | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S1 (Critical) |
Version: | 5.7.17, 5.7.19 | OS: | Debian (Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
Tags: | Can't create thread to handle new connection(errno= 11) |
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
[29 Aug 2017 9:24]
Wang Wen'an