1.

What is the embedded server library when building from source enabled by?(a) –with-embedded-server(b) –with-server-embedded(c) –with-embedded-library(d) –with-library-embeddedThis question was addressed to me in an internship interview.The query is from Location of the Data Directory topic in chapter MySQL Data Directory of MySQL

Answer»

Right answer is (a) –with-embedded-SERVER

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



Discussion

No Comment Found

Related InterviewSolutions