Home » MYSQL » Mysql Setup » Question
  1. The special database that always exists after setting up MySQL in a computer is __________.
    1. information_schema
    2. mysql
    3. readme_db
    4. sampdb
    5. None of these
Correct Option: A

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.



Your comments will be displayed only after manual approval.