Home » MYSQL » Mysql Setup » Question
  1. Which file is created by the server to store the database attributes?
    1. db.cls
    2. db.otp
    3. dp.zip
    4. db.opt
    5. None of these
Correct Option: D

Whenever a database is created in MySQL, the MySQL server creates a directory with the same name as the database. It creates the file db.opt to store the attributes.



Your comments will be displayed only after manual approval.