1.

MySQL stores the database character set and collation attributes in the file _________(a) dp.opt(b) db.opt(c) db.sv(d) db.zipThis question was posed to me in my homework.This intriguing question comes from Selecting, Creating, Dropping and Altering Databases in section Using SQL to Manage Data of MySQL

Answer»

Right option is (b) db.opt

For EXPLANATION I would say: The FILE named ‘db.opt’ is of a great significance to MYSQL, espectially the MySQL server. It stores the database attributes along with the db charset and collation attributes.



Discussion

No Comment Found

Related InterviewSolutions