24.7 INFORMATION_SCHEMA MySQL Enterprise Firewall Tables

The following sections describe the 'INFORMATION_SCHEMA' tables associated with MySQL Enterprise Firewall (see *note firewall::). They provide views into the firewall in-memory data cache. These tables are available only if the appropriate firewall plugins are enabled.

 File: manual.info.tmp, Node: information-schema-firewall-table-reference, Next: information-schema-mysql-firewall-users-table, Prev: firewall-information-schema-tables, Up: firewall-information-schema-tables

24.7.1 INFORMATION_SCHEMA Firewall Table Reference

The following table summarizes 'INFORMATION_SCHEMA' firewall tables. For greater detail, see the individual table descriptions.

INFORMATION_SCHEMA Firewall Tables

Table Name Description

*note 'MYSQL_FIREWALL_USERS': information-schema-mysql-firewall-users-table.Firewall in-memory data for account profiles

*note 'MYSQL_FIREWALL_WHITELIST': information-schema-mysql-firewall-whitelist-table.Firewall in-memory data for account profile allowlists

 File: manual.info.tmp, Node: information-schema-mysql-firewall-users-table, Next: information-schema-mysql-firewall-whitelist-table, Prev: information-schema-firewall-table-reference, Up: firewall-information-schema-tables

24.7.2 The INFORMATION_SCHEMA MYSQL_FIREWALL_USERS Table

The note 'MYSQL_FIREWALL_USERS': information-schema-mysql-firewall-users-table. table provides a view into the in-memory data cache for MySQL Enterprise Firewall. It lists names and operational modes of registered firewall account profiles. It is used in conjunction with the 'mysql.firewall_users' system table that provides persistent storage of firewall data; see note firewall-tables::.

The *note 'MYSQL_FIREWALL_USERS': information-schema-mysql-firewall-users-table. table has these columns:

 File: manual.info.tmp, Node: information-schema-mysql-firewall-whitelist-table, Prev: information-schema-mysql-firewall-users-table, Up: firewall-information-schema-tables

24.7.3 The INFORMATION_SCHEMA MYSQL_FIREWALL_WHITELIST Table

The note 'MYSQL_FIREWALL_WHITELIST': information-schema-mysql-firewall-whitelist-table. table provides a view into the in-memory data cache for MySQL Enterprise Firewall. It lists allowlist rules of registered firewall account profiles. It is used in conjunction with the 'mysql.firewall_whitelist' system table that provides persistent storage of firewall data; see note firewall-tables::.

The *note 'MYSQL_FIREWALL_WHITELIST': information-schema-mysql-firewall-whitelist-table. table has these columns:

 File: manual.info.tmp, Node: extended-show, Prev: firewall-information-schema-tables, Up: information-schema