Friend,
I found a person with the same doubt as yours. Take a look at this answer here: https://stackoverflow.com/questions/562457/search-for-all-occurrences-of-a-string-in-a-mysql-database#Answer-26647118
If you can’t, you could simply download your.sql database and search the file for the term you want. That would be the fastest way, in my opinion
You’re right Thiago Luiz, I’ll paste the answer I found:
In phpMyAdmin a 'Search' Feature is available:
- Select particular database not table.
- Click 'Search' tab
- Enter the search term you want
- Select the Tables you want to search in
phpMyAdmin screen shot:
The 'Search' Feature is also available in Mysql Workbench:
- Database Menu > Search Table Data
- Select database and Tables you want to search (it will search in Selected Tables only)
- In search you can use wildChars.
Mysql Workbench screen shot:
Hello, only in mysql?
– Tiago Gomes
In my case, yes, but if you could explain to me the logic of how you actually do it in another bank, I’d be grateful...
– DiChrist
I believe that answer can help, check occurrence in all fields. You can only use SQL? with a script of some language can simplify some things. In the worst case you can write a query that writes another with dynamic information.
– rray
Yes, in my case only the query for the bank that serves me.
– DiChrist
http://answall.com/questions/122379/como-selecionar-todas-as-tabelas-que-contenham-o-campo-com-mesmo-nome
– Marco Souza