Таблица поиска MySQL во всех базах данных

SELECT * FROM information_schema.tables WHERE table_name like "%YourTable%";
Powerful Penguin