Chapter 17 Study Questions Flashcards
The __________________________ has the responsibility to design and create a database, secure the database, plus backup and restore the database.
database administrator (DBA)
_________________ involves setting up multiple MySQL (database) servers, usually running on different machines, where one server is the master and the other server(s) the slave(s). This is done to synchronize databases so a change to one is automatically propagated to the others.
database replication
The type of database file that contains configuration options that the MySQL server uses to set it defaults when it starts is termed ____________________.
configuration file
_________ is the type of database file used to define tables, indexes, and other database objects. These files also store any data used by database objects.
Data file
A(n) ________ is the type of database file that contains information written by the database server about client connections, error messages, slow(executing) queries, binary file with changes to the database, and relay files for replication.
Log file
A(n) _______ is a connection to the database.
process
_______________ are viewed to find additional information about the status of the (MySQL) server.
status variable
A(n) ______________ is one that stores a setting for the current configuration of the (MySQL) server
system variable