1.
Which of the following list the difference between mysqld, mysqld_safe and mysql.server respectively?
2.
Which of the following commands can be used to stop a MySQL server on a UNIX system?
3.
On a Unix host with the host name "sakila", where will mysqld write errors to?
4.
When starting the mysqld program, which of the following statements are true?
5.
Which types of startup options can be configured for the server?
6.
When specifying options, which of the following are valid advantages of using options files over parameters on a command line?
7.
Which of the following statements are true for MyISAM tables?
8.
Suppose your are adding rows to a MyISAM table and the server runs out of disk space. What will happen?
9.
When working with MyISAM tables, which of the following statements are true regarding deadlocks?
10.
Which of the following are characteristics of the MyISAM fixed-row storage format as compared to the dynamic row format?