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