mysql> STOP SLAVE;
mysql> show slave status\G
mysql> CHANGE REPLICATION FILTER REPLICATE_DO_DB = (db1,db2,db3,db4,db5,db6);
mysql> start slave;
mysql> SHOW PROCESSLIST;
mysql> show slave status\G
SQLDatabase Management and Linux
mysql> STOP SLAVE;
mysql> show slave status\G
mysql> CHANGE REPLICATION FILTER REPLICATE_DO_DB = (db1,db2,db3,db4,db5,db6);
mysql> start slave;
mysql> SHOW PROCESSLIST;
mysql> show slave status\G
SQL