MySQL stores its metadata (system information about databases, tables, users, and privileges) in a system database called 'mysql'. This database contains tables like 'user', 'db', 'tables_priv', and others that store all the administrative and structural information about the MySQL server.