Q. When building from source, the embedded server library is enabled by what?
β
Correct Answer: (A)
-with-embedded-server
Explanation: This question is about building MySQL from its source code. When you build MySQL from source, you have the option to include an "embedded server" library. This library allows you to use MySQL within other applications, rather than running it as a separate server.