hah, figured it out
SELECT
column_name
FROM
information_schema.`COLUMNS` C
where
table_schema = 'mysql'
and
column_name = 'whatever' #or kill this for all