We want to search for a string (ie. "Hello World") in all our database that has about 120 tables. We thought about doing a dump like mysql dump but it came out in a weird bak format.
The search should be done in each column for each table. Is this possible with any type of script, or this is harder than it sounds to me?