-
What is the special database that always exists after setting up MySQL in a computer?
-
- mysql
- readme_db
- sampdb
- information_schema
- None of these
Correct Option: D
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.