Check out the privilege for a user : SQL Privilege : User Permission SQL / MySQL


SQL / MySQL » User Permission » SQL Privilege »

 

Check out the privilege for a user



/* oost is the usr name */
SELECT host, db, user, table_name, table_priv, column_priv 
   FROM tables_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