Chapter 17 Study Questions Flashcards

1
Q

The __________________________ has the responsibility to design and create a database, secure the database, plus backup and restore the database.

A

database administrator (DBA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

_________________ 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.

A

database replication

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The type of database file that contains configuration options that the MySQL server uses to set it defaults when it starts is termed ____________________.

A

configuration file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

_________ 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.

A

Data file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

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.

A

Log file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

A(n) _______ is a connection to the database.

A

process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

_______________ are viewed to find additional information about the status of the (MySQL) server.

A

status variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A(n) ______________ is one that stores a setting for the current configuration of the (MySQL) server

A

system variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly