Hi, is it possible to exclude many table by using the * wildcard ?
For example, using -w wp_* would exclude all tables starting with wp_
I am using one database for multiple WordPress instances with different table prefixes and would like to be able to search and replace only specific prefixed tables.
Hi, is it possible to exclude many table by using the * wildcard ?
For example, using
-w wp_*would exclude all tables starting with wp_I am using one database for multiple WordPress instances with different table prefixes and would like to be able to search and replace only specific prefixed tables.