server_audit_users
This page is part of MariaDB's Documentation.
The parent of this page is: System Tables for MariaDB Enterprise Server
Topics on this page:
Overview
In 10.6 ES, 10.5 ES, 10.4 ES:
Assignments of filter definition to database users.
DETAILS
SCHEMA
CREATE TABLE `server_audit_users` (
`host` char(60) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '',
`user` char(80) CHARACTER SET utf8mb3 COLLATE utf8mb3_bin NOT NULL DEFAULT '',
`filtername` char(80) NOT NULL DEFAULT '',
UNIQUE KEY `c_host_user` (`host`,`user`)
)