I'm trying to find a value in my SQL database, but documentation doesn't tell in which table or which column is the value.
All information I have is the value "use_config_gift", and I wanna look in all table of the database for finding the text.
Is this possible ? I'm using Mysql on a terminal, and the db is a little big (560+ tables).
Anyone got an idea please ?