Patch for putting wolfSSL into MySQL
Go to file
Jacob Barthelmeh fe8100fdba add for version 5.6.23 2015-02-23 18:12:25 -07:00
README.md update readme 2015-02-19 10:41:57 -07:00
mysql-5.6.22-wolfssl.patch add patch 2015-02-19 10:34:33 -07:00
mysql-5.6.23-wolfssl.patch add for version 5.6.23 2015-02-23 18:12:25 -07:00

README.md

mysql-patch

patch for mysql with updated wolfSSL

To run patch copy mysql-5.6.22-wolfssl.patch into the same directory with current MYSQL source code. (On mac this is something like /usr/local/src/) From the terminal in the same direcotry containing the patch and current MYSQL source code run ""patch -s -p0 < mysql-5.6.22-wolfssl.patch"" To build using updated SSL make MYSQL with the command ""cmake . -DWITH_SSL=bundled"" (from inside the MYSQL source code directory) Then run the standard make -- make install