| Installation of OpenSSL and MySQL
Installing OpenSSL
- Download OpenSSL - http://www.openssl.org
- Linux command : [zcat 0.96l.tar.gz | tar xvf -]
- Linux command : [./config]
- Linux command : [make]
- Linux command : [make install]
Installing MySQL
- Download MySQL - http://www.mysql.com
- Linux command : [./configure --with -vio --with -openssl]
- Linux command : [make]
- Linux command : [make install]
Note: Please ensure if MySQL Server supports OpenSSL using query
statement: [SHOW VARIABLES LIKE 'have_openssl';] - Returns value = YES
See also:
Step 2: Setting up SSL Certificate for MySQL
|