Google News
logo
MySQL - Quiz(MCQ)
The data directory subdirectory that corresponds to the nbdinfo database is ______
A)
sys
B)
mysql
C)
nbdinfo
D)
performance_schema

Correct Answer :   performance_schema


Explanation : The sys directory corresponds to the sys schema. It provides a set of objects to interpret Performance Schema information. The ‘performance_schema’ directory corresponds to the Performance Schema.

Advertisement