Home » MYSQL » Mysql miscellaneous » Question
  1. When building from source, the embedded server library is enabled by what?
    1. –with-embedded-library
    2. –with-library-embedded
    3. –with-embedded-server
    4. –with-server-embedded
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.