Using mysql replication with mysqlbinlogs between master and slave databases, is it possible to only replicate a few key tables instead of an entire database?
I would ideally like to not even generate the mysqlbinlogs for the unneeded tables
If that was not possible, could I then use the slave with the limited tables and set up another master-slave that would result in the limited mysqlbinlogs?