-
Which variable checks for availability of SSL support?
-
- avail_ssl
- ssl_avail
- have_ssl
- has_ssl
- None of these
Correct Option: C
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’.