MySQL permissions are stored in corresponding tables : Mysql Table : Data Dictionary MySQL TUTORIALS


MySQL TUTORIALS » Data Dictionary » Mysql Table »

 

MySQL permissions are stored in corresponding tables


columns_priv column privileges within a table
db privileges for the databases
func privileges for functions
host privileges for the hosts
tables_priv individual column privileges for a table
user privileges for the access by users


In each table privileges for uses are set by 'Y' or 'N' in the appropriate column for a privilege.

mysql>
mysql> SELECT Host, Db, User, Select_priv
    -> FROM db WHERE (DB = "test");
mysql>



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Dictionary
» Mysql Table