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:What does the following line do?
$ mysqladmin ping -u root -p
									
A1: It tests whether the MySQL daemon is running.
2:

True or False: The MySQL server runs as a daemon.

A2: True.
3:

True or False: The mysql client program runs as a daemon.

A3: False.

Exercise

1:Install MySQL for your operating system. Start the MySQL server and check that it's running with a mysqladmin ping.

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.