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.

Join The Discussion