1.

What enables encrypted connections to be established?(a) exec_stmt_ssl(b) exec_ssl_stmt(c) exec_stmnt_ssl(d) exec_ssl_stmntI got this question during an interview.My doubt is from Writing Clients That Include SSL Support in section MySQL Programs Using C of MySQL

Answer»

The correct option is (a) exec_stmt_ssl

Easiest 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.



Discussion

No Comment Found

Related InterviewSolutions