Multiple choice

Where is metadata stored in MySQL?

  1. In the MySQL database metadata

  2. In the MySQL database metasql

  3. In the MySQL database mysql

  4. None of the above is correct

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

MySQL stores its system metadata (information about databases, tables, users, privileges) in a system database called 'mysql'. This database contains critical tables like 'user', 'db', 'tables_priv', and others that manage access control and schema information. It's not stored in 'metadata' or 'metasql' databases.