mysql-patch icon indicating copy to clipboard operation
mysql-patch copied to clipboard

Patch for putting wolfSSL into MySQL

Results 1 mysql-patch issues
Sort by recently updated
recently updated
newest added
trafficstars

I downloaded MySQL Source Code and ran `sudo patch -p1 < wolfssl-mysql-8.0.0.patch -t` Then I copied wolfSSL to `mysql-8.0.0/extra/yassl` by running this command: `sudo cp ~/wolfssl-3.15.3/* extra/yassl/ -r` However when...