1.

The special database that always exists after setting up MySQL in a computer is __________(a) sampdb(b) mysql(c) information_schema(d) readme_dbThis question was posed to me in homework.I would like to ask this question from MySQL Setup topic in portion General MySQL Use of MySQL

Answer»

The correct option is (c) information_schema

Easy explanation: After installation of MySQL, ‘information_schema’ is the special DATABASE that always exists. ‘mysql’ can be SEEN depending on ACCESS RIGHTS. It holds the grant tables. ‘sampdb’ and ‘readme_db’ do not exist by default.



Discussion

No Comment Found

Related InterviewSolutions