Bug #36225 | Connect time out not using values that are set | ||
---|---|---|---|
Submitted: | 21 Apr 2008 6:30 | Modified: | 16 Apr 2013 15:05 |
Reporter: | Michael Ryan | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 5.0.46, 5.0.54a, 5.1.23 | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any | |
Tags: | connect_timeout, MYSQL_OPT_CONNECT_TIMEOUT |
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