I've got about 50 databases on my server and I'm making a script in PHP which will search through them all (all of the tables and entries) for a specific piece of data i.e. my email admin@site.com, how might I go around doing this?
Is there a better way of simply just making a query for every database since that would bloat my code so much since i'd have to do 50 queries.
Basically I wish to search for a word in every database and table on my server.