InterviewSolution
Saved Bookmarks
| 1. |
The logging option to enable binary log index file is ______________(a) –log-bin-index(b) –bin-log-index(c) –index-log-bin(d) –index-bin-log |
|
Answer» Right option is (a) –log-bin-index Easy explanation: The ‘–log-bin-index’ is the logging option that enables the binary log index file. ‘–log-error’ enables the error log file. Similarly, –log enables the general log file. |
|