InterviewSolution
Saved Bookmarks
| 1. |
Which data directory subdirectory corresponds to the nbdinfo database?(a) mysql(b) performance_schema(c) sys(d) nbdinfo |
|
Answer» Correct answer is (b) performance_schema Explanation: The sys directory corresponds to the sys schema. It provides a set of objects to interpreting Performance Schema information. The ‘performance_schema’ directory corresponds to the Performance Schema. |
|