Recently I went through a link related to this question. check the below link. I haven't checked the script, hope it will be useful.
http://tequilaphp.wordpress.com/2010/07/05/searching-strings-in-a-database-and-files/ Regards, Jay MySQL DBA On Thu, Aug 12, 2010 at 2:31 AM, Carlos Mennens <carlosw...@gmail.com>wrote: > I have a database called 'gaming' and with in that database there are > several tables and data. I was asked to find a module called 'ako > ldap' and disable it (setting it from 1 to 0). My question is how in > MySQL do I search for a string if I don't even know what table to > search in? I know how to search using the 'select' statement as long > as I know where the table data is. In this case I only know which > database but nothing more except what I am looking for. > > Can anyone please point me in the right direction? > > -- > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe: http://lists.mysql.com/mysql?unsub=jbhara...@gmail.com > >