InterviewSolution
Saved Bookmarks
| 1. |
The slow query log is written as __________(a) numbers(b) text(c) image(d) graph |
|
Answer» Right option is (b) text Best explanation: In MySQL, the slow query log is written as text, so it is viewable with any file display program. The mysqldumpslow utility can also be used to summarize the contents of the same. |
|