Workshop

The quiz is provided to help you solidify your understanding of the material covered today. Try to understand the quiz before continuing to tomorrow's lesson.

Quiz

1:

True or False: You have to recompile MySQL from source to use the embedded server.

A1: True (unless you compiled MySQL with it included the first time). You must run ./configure with the --with-embedded-server option.
2:What is the name of the embedded server library?
A2: The library is called libmysqld.a.
3:What is the essential option that you must pass to configure when compiling MySQL to include the embedded server library?
A3: You must use
./configure --with-embedded-server

although you may add other options.

Get Sams Teach Yourself MySQL in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.