Google News
logo
MySQL - Quiz(MCQ)
What is the embedded server library when building from source enabled by?
A)
–with-server-embedded
B)
–with-embedded-library
C)
–with-embedded-server
D)
–with-library-embedded

Correct Answer :   –with-embedded-server


Explanation : 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.

Advertisement