Introduction
This document describes how to check whether OpenSSL is disabled in the MySQL repository database server that is bundled with Cisco Information Server (CIS).
How do I find out if OpenSSL is disabled in the CIS MySQL Repository?
- Go to the bin directory for the MySQL repository in the location: <CIS>/apps/mysql-5_0_72/bin.
- Enter this command to connect to MySQL: # ./mysql ?u root ?P 9408 ?p ?socket=/opt/Composite_Software/CIS_X.X.X/apps/mysql-5_0_72/data/mysql.sock
- Enter this command to list the variables: mysql> show variables;
- Look for this entry: | have_openssl |
