hi, I successfully stream a backup to another host but use --databases=list option to only limit to 3 databases but it stream 5 to the slave host, can you tell me why or what could have cause that?
$ mysql --skip-column-names -e “SELECT CONCAT(table_schema,‘.’,table_name) FROM information_schema.tables WHERE table_schema IN (‘mysql’,‘performance_schema’,‘db1’) AND TABLE_NAME = ‘test’;” > /root/tables_to_backup.txt