mysql_find_rows
mysql_find_rows
reads files containing SQL statements and extracts statements that match a given regular expression or that contain USE db_name or SET statements.
From MariaDB 10.5, the client is called mariadb-find-rows
. It can still be accessed under its original mysql_find_rows
name via a symlink in Linux, or an alternate binary in Windows.
See mariadb-find-rows for details.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?