Google News
logo
MySQL - Quiz(MCQ)
Encrypted connections can be established using _______
A)
exec_stmt_ssl
B)
exec_ssl_stmt
C)
exec_stmnt_ssl
D)
exec_ssl_stmnt

Correct Answer :   exec_stmt_ssl


Explanation : For the ‘exec_stmt_ssl’ to work properly, MySQL must have been built with SSL support, and the server must be started with the proper options that identify its certificate and key files.

Advertisement