1.

Which variable checks for the availability of SSL support?(a) have_ssl(b) has_ssl(c) avail_ssl(d) ssl_availThis question was addressed to me in quiz.Query is from Setting Up Secure Connections topic in section Access Control and Security of MySQL

Answer»

Correct answer is (a) have_ssl

Easy 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’.



Discussion

No Comment Found

Related InterviewSolutions