The mysql database is the system database. It
contains tables that store information required by the MySQL
server as it runs.
Tables in the mysql database fall into these
categories:
The remainder of this section enumerates the tables in each
category, with cross references for additional information. System
tables use the MyISAM storage engine.
These system tables contain grant information about user accounts and the privileges held by them:
For more information about the structure, contents, and purpose of the grant tables, see Section 6.2.2, “Grant Tables”.
These system tables contain information about stored programs, user-defined functions, and server-side plugins:
event: Information about Event Scheduler
events. See Section 20.4, “Using the Event Scheduler”. The server
loads events listed in this table during its startup
sequence, unless started with the
--skip-grant-tables option.
func: Information about user-defined
functions (UDFs). See Section 24.4, “Adding New Functions to MySQL”.
The server loads UDFs listed in this table during its
startup sequence, unless started with the
--skip-grant-tables option.
plugin: Information about server-side
plugins. See Section 5.5.2, “Installing and Uninstalling Plugins”, and
Section 24.2, “The MySQL Plugin API”. The server loads plugins
listed in this table during its startup sequence, unless
started with the
--skip-grant-tables option.
proc: Information about stored procedures
and functions. See Section 20.2, “Using Stored Routines (Procedures and Functions)”.
The server uses these system tables for logging:
Log tables use the CSV storage engine.
For more information, see Section 5.4, “MySQL Server Logs”.
These system tables contain server-side help information:
For more information, see Section 5.1.10, “Server-Side Help”.
These system tables contain time zone information:
For more information, see Section 10.6, “MySQL Server Time Zone Support”.
The server uses the ndb_binlog_index system
table to store binary log information for MySQL Cluster
replication. See
Section 18.6.4, “NDB Cluster Replication Schema and Tables”.
Other system tables do not fall into the preceding categories:
servers: Used by the
FEDERATED storage engine. See
Section 15.9.2.2, “Creating a FEDERATED Table Using CREATE SERVER”.