Home » MYSQL » MySQL Database Operations » Question
  1. Encrypted connections can be established using ______________.
    1. exec_ssl_stmnt
    2. exec_stmnt_ssl
    3. exec_ssl_stmt
    4. exec_stmt_ssl
    5. None of these
Correct Option: D

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.