Workshop

The quiz and exercises are provided to help you solidify your understanding of the material covered today. Try to understand the quiz and exercise answers before continuing to tomorrow's lesson.

Quiz

1:

True or False: The executable that is the main MySQL database program is called mysqld.

A1: True. The “d” at the end of mysqld stands for daemon, because MySQL runs in the background listening for connections.
2:

True or False: In MySQL, the actual databases reside elsewhere, outside the normal file structure.

A2: False. Databases are really just files; MySQL, like other relational database management systems, makes these ordinary files look like something special, like tables and data.

Exercises

1:List the command(s) for restarting the ...

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.