Skip to content

Commit 1f3805f

Browse files
update README
1 parent 32ed3ef commit 1f3805f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# mysql-patch
22
patch for mysql with updated wolfSSL
33

4-
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/)
4+
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.
5+
6+
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/)
57
From the terminal in the same direcotry containing current MYSQL source code run
68
```
7-
patch -s -p1 < <directory of>/mysql-5.6.22-wolfssl.patch
9+
patch -p1 < <directory of>/wolfssl-mysql-5.6.30.patch
810
```
911
To build using updated SSL make MYSQL with the command
1012
```

0 commit comments

Comments
 (0)