Q. Which variable checks for the availability of SSL support?
β
Correct Answer: (A)
have_ssl
Explanation: This question asks about a variable in MySQL that tells us whether the database server supports SSL (Secure Sockets Layer) for secure connections. SSL is like a lock on your internet connection, ensuring that data sent between your computer and the database is encrypted and protected.