MySQL -Suchtabelle in allen Datenbanken

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