Mega Code Archive

 
Categories / MySQL / User Permission
 

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';