InterviewSolution
Saved Bookmarks
| 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 |
|