Bug #12918 | SSL for MyODBC | ||
---|---|---|---|
Submitted: | 31 Aug 2005 20:36 | Modified: | 20 Jul 2007 11:21 |
Reporter: | [ name withheld ] | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / ODBC | Severity: | S4 (Feature request) |
Version: | 3.51, 5 | OS: | Any (Any) |
Assigned to: | Bogdan Degtyariov | CPU Architecture: | Any |
Tags: | Contribution |
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
[15 Mar 2007 23:20]
Russell Levy
[26 Mar 2007 13:09]
Russell Levy
SSL Patch for Connector/ODBC 3.51
Attachment: ssl-3.51.patch (application/octet-stream, text), 18.21 KiB.
[6 Apr 2007 22:19]
Bogdan Degtyariov
updated patch with SQLConnect and loading SSL options from my.cnf
Attachment: sslpatch.diff (application/octet-stream, text), 20.41 KiB.