Expand description
This module contains some base datastructures and functionality for dealing with database privileges in MySQL.
Structs§
- Database
Privilege Row - Representation of the set of privileges for a single user on a single database.
Constants§
- DATABASE_
PRIVILEGE_ FIELDS - This is the list of fields that are used to fetch the db + user + privileges
from the
dbtable in the database. If you need to add or remove privilege fields, this is a good place to start.
Functions§
- db_
priv_ field_ human_ readable_ name - Converts a database privilege field name to a human-readable name.