Bug #33292 | Unable to connect using SSL (mysql 5.0.51, FreeBSD 6.2, OpenSSL 0.9.7e-p1) | ||
---|---|---|---|
Submitted: | 17 Dec 2007 16:09 | Modified: | 7 Feb 2008 7:45 |
Reporter: | Christian Karg | Email Updates: | |
Status: | Duplicate | Impact on me: | |
Category: | MySQL Server: General | Severity: | S2 (Serious) |
Version: | 5.0.51 | OS: | FreeBSD (6.2-STABLE) |
Assigned to: | Magnus BlÄudd | CPU Architecture: | Any |
Tags: | 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
[19 Dec 2007 14:27]
Arkadiusz Miskiewicz
[20 Dec 2007 22:08]
Arkadiusz Miskiewicz
updated version that handles server side, too (not tested; please test and share with results)
Attachment: mysql-ssl.patch (application/octet-stream, text), 1.51 KiB.