interconnectit / Search-Replace-DB

This script was made to aid the process of migrating PHP and MySQL based websites. Works with most common CMSes.
https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
GNU General Public License v3.0
3.99k stars 850 forks source link

Exclude tables with * wildcard #384

Open erralb opened 8 months ago

erralb commented 8 months ago

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.