Is there a mySQL query to search all tables within a database?
If not can you search all tables within a database from the mySQL workbench GUI?
Alternatively, if your database is not that huge, you can make a dump and make your search in the .sql generated file.