Q. When building from source, the embedded server library is enabled by . . . . . . . .
β
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 the embedded server library. This library allows you to use MySQL within other applications without starting a separate MySQL server.