I have this query that finds all tables and views that matches my column name of a certain database. I am using SQL SERVER 2008
SELECT table
You run this query without mysql admin privileges, so it shows you only databases/tables to which you have access