Home » MYSQL » Connection » Question
  1. Which variable checks for availability of SSL support?
    1. avail_ssl
    2. ssl_avail
    3. have_ssl
    4. has_ssl
    5. 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’.



Your comments will be displayed only after manual approval.