Home » MYSQL » Mysql Compound Statements » Question
  1. What enables encrypted connections to be established?
    1. exec_stmnt_ssl
    2. exec_ssl_stmnt
    3. exec_stmt_ssl
    4. exec_ssl_stmt
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.