The error log file has a suffix . . . . . . . .
A. .err
B. .er
C. .error
D. .log
Answer: Option A
Solution (By Examveda Team)
This question asks about the file extension used for MySQL's error log files.Let's break down the options:
Option A: .err - This is the correct file extension for MySQL error logs.
Option B: .er - While this is a shortened version of "error", it's not the standard file extension used by MySQL.
Option C: .error - This is too long and not the standard format.
Option D: .log - While a common extension for logs, MySQL specifically uses ".err" for its error logs.
Therefore, the correct answer is Option A: .err
Remember, MySQL's error logs help you troubleshoot issues, so knowing the correct file extension is important.
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network

Join The Discussion