mysql: search all tables for a specific substring

Posted by dreftymac on Stack Overflow See other posts from Stack Overflow or by dreftymac
Published on 2010-05-17T23:32:34Z Indexed on 2010/05/17 23:40 UTC
Read the original article Hit count: 312

Filed under:
|
|

Short of SQL-dumping my entire database to text and searching that, is there a way to search for a specific substring in all tables of a MySQL database if you are not sure which table/record/field that substring actually occurs?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about substring