InterviewSolution
Saved Bookmarks
| 1. |
The log that contains a record of server startups and shutdowns and the messages about exceptional conditions is ______________(a) error log(b) general query(c) slow query log(d) binary log |
|
Answer» The correct choice is (a) error log For explanation: The error log contains a record of server startups and shutdowns and the messages about problems or exceptional conditions. If the server fails to start this log provides the help. |
|