how to setup openssl at the mysql? "have_ssl" disabled; how to enable it?
" mysql> SHOW VARIABLES LIKE 'have_ssl';
If the value is YES, the server supports SSL connections. If the value is DISABLED, the server supports SSL connections but was not started with the appropriate --ssl-xxx options"
there is not very clear. how to enable it to ask the server support SSL connections ?