Google News
logo
MySQL - Quiz(MCQ)
Which variable checks for the availability of SSL support?
A)
have_ssl
B)
has_ssl
C)
avail_ssl
D)
ssl_avail

Correct Answer :   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’.

Advertisement