List the host, DB, table name and column name for a user : SQL Privilege : User Permission SQL / MySQL


SQL / MySQL » User Permission » SQL Privilege »

 

List the host, DB, table name and column name for a user



  

/* oost is the usr name */
SELECT host, db, user, table_name, column_name, column_priv 
   FROM columns_priv WHERE user='oost';


           
       



Leave a Comment / Note


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

Follow Navioo On Twitter

SQL / MySQL

 Navioo User Permission
» SQL Privilege