MySQL Database Operations


  1. An embedded application includes the server side and client side.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    In MySQL, an embedded application includes both a client side and a server side, in order that it can process one group of options for the client, and another group for the server.


  1. Multiple statement execution is not enabled by default.











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    The ‘multiple-statement’ execution is not enabled by default, so the server must be told that it is intended to be used. There are two ways to tell the server to enable the execution.



  1. What is the embedded server library when building from source enabled by?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: C

    While building from the source, the embedded server library is enabled by using the option ‘–with-embedded-server’ while running ‘configure’. This applies equally to MySQL 5.0 and 5.1.


  1. What is the embedded server library containing the MySQL server linkable into applications?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: B

    MySQL includes an embedded server library, libmysqld, containing the MySQL server in a way that can be linked into applications. This enables the production of MySQL-based standalone applications.



  1. What is exec_stmt_ssl written in?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    In MySQL, the ‘sampdb’ distribution contains a source file named ‘exec_stmt_ssl.c’ from which the client program ‘exec_stmt_ssl’ can be built. There is a procedure to build this file.