Jednoduchým řešením by bylo udělat něco takového:
mysqldump -u myuser --no-create-info --extended-insert=FALSE databasename | grep -i "<search string>"
Jednoduchým řešením by bylo udělat něco takového:
mysqldump -u myuser --no-create-info --extended-insert=FALSE databasename | grep -i "<search string>"