Chapter 3 Review Questions
Let us see how much you have learned in this chapter by going over these review questions.
- What are the two kinds of system variables that
mysqld maintains?
- Conditional variables and fixed variables.
- Environment variables and global variables.
- Environment variables and system variables.
- Global variables and session variables.
- Startup variables and system variables.
- Executing which program is the recommended way to start a
mysqld server?
-
mysqld_install
-
mysqld_multi
-
mysqld_safe
-
mysqld_start
-
mysqlmanager
- Which mode changes syntax and behavior to conform more closely to standard SQL?
-
ANSI
-
LOCAL
-
STANDARD
-
STRICT_TRANS_TABLES
-
TRADITIONAL
- During the shutdown process, which step is performed last?
- Storage engines are shut down or closed.
- The server creates a shutdown thread if necessary.
- The server receives a
SIGTERM signal.
- The server stops accepting new connections.
- The server terminates current activity.
© 2007 John Michael Pierobon
Notes