1.

Which data directory subdirectory corresponds to the nbdinfo database?(a) mysql(b) performance_schema(c) sys(d) nbdinfoThe question was posed to me during an interview.My enquiry is from Location of the Data Directory topic in chapter MySQL Data Directory of MySQL

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.



Discussion

No Comment Found

Related InterviewSolutions