--ssl option.
mysqld --ssl --help
mysqld server supports SSL, examine the value of the have_openssl system variable.
mysql> SHOW VARIABLES LIKE 'have_openssl';
YES, the server supports SSL connections.
DISABLED, the server supports SSL connections but was not started with the appropriate options.
./configure --with-yassl
./configure --with-openssl
How do I allow clients to connect via SSL?
© 2007 John Michael Pierobon