tabel pencarian mysql di semua database

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