mysql.proxies_priv Table

You are viewing an old version of this article. View the current version here.

The mysql.proxies_priv table contains information about proxy privileges. The table can be queried and although it is possible to directly update it, it is best to use GRANT for setting privileges.

The mysql.proxies_priv table contains the following fields:

FieldTypeNullKeyDefaultDescription
Hostchar(60)NOPRI
Userchar(80)NOPRI
Proxied_hostchar(60)NOPRI
Proxied_userchar(80)NOPRI
With_granttinyint(1)NO0
Grantorchar(141)NOMUL
TimestampmtimestampNOCURRENT_TIMESTAMP

The Acl_proxy_users status variable, added in MariaDB 10.1.4, indicates how many rows the mysql.proxies_priv table contains.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.