mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
5 lines
111 B
SQL
5 lines
111 B
SQL
STOP SLAVE;
|
|
CHANGE REPLICATION FILTER REPLICATE_WILD_IGNORE_TABLE = ('employees.%');
|
|
RESET SLAVE;
|
|
START SLAVE;
|