mySQL query to search all tables within a database for a string?

后端 未结 5 1276
一生所求
一生所求 2020-11-30 05:03

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?

5条回答
  •  借酒劲吻你
    2020-11-30 05:51

    Alternatively, if your database is not that huge, you can make a dump and make your search in the .sql generated file.

提交回复
热议问题