> For the complete documentation index, see [llms.txt](https://mariadb.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mariadb.com/docs/server/reference/system-tables.md).

# System Tables

Explore system tables in MariaDB Server. These internal tables store metadata and configuration information about the database, essential for administration, monitoring, and advanced querying.

The MariaDB Server includes several system tables that store metadata about database objects, user privileges, and server status.

{% columns %}
{% column %}
{% content-ref url="/pages/qZBOWMlxgNwgkUXbJc7q" %}
[Information Schema](/docs/server/reference/system-tables/information-schema.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
The `information_schema` is a standard-compliant database that provides information about all other databases, tables, and columns on the server.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/3UyhPgBEDXXcVevHOl8R" %}
[Performance Schema](/docs/server/reference/system-tables/performance-schema.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
The `performance_schema` allows you to monitor server execution at a low level with minimal impact on performance.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/hODAN9ZLCdFg21H6CS9d" %}
[Sys Schema](/docs/server/reference/system-tables/sys-schema.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
The `sys` schema contains a collection of views, procedures, and functions that simplify the interpretation of data from the `performance_schema`.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column %}
{% content-ref url="/pages/f0JMvrafSTNYbVPaJK2z" %}
[The mysql Database Tables](/docs/server/reference/system-tables/the-mysql-database-tables.md)
{% endcontent-ref %}
{% endcolumn %}

{% column %}
Contains the core system tables in the `mysql` database, including privilege tables, logging tables, and status variables.
{% endcolumn %}
{% endcolumns %}

<sub>*This page is licensed: CC BY-SA / Gnu FDL*</sub>
