Search text in fields in every table of a MySQL database

前端 未结 24 1609
梦谈多话
梦谈多话 2020-11-22 06:23

I want to search in all fields from all tables of a MySQL database a given string, possibly using syntax as:

SELECT * FROM * WHERE * LIKE \'%stuff%\'
         


        
24条回答
  •  失恋的感觉
    2020-11-22 06:49

    I am use HeidiSQL is a useful and reliable tool designed for web developers using the popular MySQL server.

    In HeidiSQL you can push shift + ctrl + f and you can find text on the server in all tables. This option is very usefully.

提交回复
热议问题