homehome previousprevious nextnext
 
Installation of OpenSSL and MySQL

Installing OpenSSL

  1. Download OpenSSL - http://www.openssl.org
  2. Linux command : [zcat 0.96l.tar.gz | tar xvf -]
  3. Linux command : [./config]
  4. Linux command : [make]
  5. Linux command : [make install]

Installing MySQL

  1. Download MySQL - http://www.mysql.com
  2. Linux command : [./configure --with -vio --with -openssl]
  3. Linux command : [make]
  4. 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

 

Copyright 1999 - 2007. PremiumSoft TM CyberTech Ltd All rights reserved
MySQL TM is a trademark of MySQL AB in the United States and other countries.