InterviewSolution
Saved Bookmarks
| 1. |
When building from source, the embedded server library is enabled by _______________(a) –with-embedded-server(b) –with-server-embedded(c) –with-embedded-library(d) –with-library-embedded |
|
Answer» Correct answer is (a) –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. |
|