Default Databases

Information about MySQL's default database systems

MySQL comes with several default databases that can be useful during SQL injection attacks.

DatabaseDescription
mysqlRequires root privileges
information_schemaAvailable from version 5 and higher

The information_schema database contains metadata about all databases and tables on the server, making it a valuable resource for an attacker who has gained access to it.

Back to Knowledge Base