User Permission MySQL

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