1.
In a standard MySQL installation which of following files are stored below the data directory?
2.
Where is the data stored for a table that is defined as using the FEDERATED Storage Engine?
3.
Which of the following statements are true regarding the data directory on a Windows binary installation?
4.
Which of the following are requirements for InnoDB binary portability?
5.
Which of the following package types are provided specifically for UNIX-style OS installations?
6.
Which of the following are some benefits of using MySQL built binaries over binaries built by yourself?
7.
A windows binary installation includes several servers in the MySQL installation directory. What is the purpose of the mysqld-nt server?
8.
When running the MySQL server under Windows, the --console option is used to display server errors in the console window.
9.
What will the following statement do in a Windows environment? Assume that there are no conflicts in the pathname definitions.
C:\> mysqld --install MySQL50 --defaults-file=C:\my-opts.cnf
10.
Suppose you install a server with a service name of "MySQL5" rather than the default.What sections in the option files will the server use for configuration?