From 1f3805fcbbab0398f864e99ba93de711637f4c0c Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Wed, 4 May 2016 11:03:58 -0600 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3508f0c..0c28386 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ # 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/) +MYSQL 5.6.30 can be found at https://dev.mysql.com/downloads/mysql/. Click on "Looking for previous GA versions?" and select platform "source code". This patch was done on the Generic Linux (Architecture Independent), Compressed TAR Archive bundle. + +To run patch copy wolfssl-mysql-5.6.30.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 current MYSQL source code run ``` - patch -s -p1 < /mysql-5.6.22-wolfssl.patch + patch -p1 < /wolfssl-mysql-5.6.30.patch ``` To build using updated SSL make MYSQL with the command ```