I want to search in all fields from all tables of a MySQL database a given string, possibly using syntax as:
SELECT * FROM * WHERE * LIKE \'%stuff%\'
Using MySQL Workbench it's easy to select several tables and run a search for text in all those tables of the DB ;-)