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%\'
You could do an SQLDump of the database (and its data) then search that file.
SQLDump