User Permission MySQL

SELECT host, db, user, table_name, table_priv, column_priv 
   FROM tables_priv WHERE user='myuserName';