The variable that checks for availability of SSL support is ____________
(a) have_ssl
(b) has_ssl
(c) avail_ssl
(d) ssl_avail
(a) have_ssl
(b) has_ssl
(c) avail_ssl
(d) ssl_avail
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct option is (a) have_ssl
Explanation: After the SSL-capable server is started, to verify that it supports SSL, connection is established with ‘mysql’ and the following query is issued: SHOW VARIABLES LIKE ‘have_ssl’.