Chapter 1 Review Questions
Let us see how much you have learned in this chapter by going over these review questions.
- Which
configure option would build the embedded MySQL library?
-
configure --help
-
configure --server
-
configure --with-embedded-server
-
configure --with-mysqld-ldflags=embedded-library
-
configure --with-server
- What should one try if virtual memory is exhausted when compiling MySQL?
-
./configure --server
-
./configure --with-embedded-server
-
./configure --with-low-memory
-
./configure --with-mysqld-ldflags=virtual-memory
-
./configure --with-server
- Which statement is false?
- MySQL is a relational database management system.
- MySQL is developed, distributed, and supported by IBM, the inventors of SQL.
- MySQL is fast, reliable, and easy to use.
- MySQL is multithreaded and multi-user.
- MySQL software is Open Source.
- Which statement is false?
- Grant tables define the initial MySQL user accounts and their access privileges.
- To encrypt the password use the
ENCRYPT() function.
- Use the
mysqladmin command line client program to assign passwords to the root accounts.
- Use the
SET PASSWORD statement to assign passwords to the root accounts.
- Use the
UPDATE statement to assign passwords to the root accounts.
© 2007 John Michael Pierobon
Notes