Replicate a single table
问题 Is it possible to replicate a single table? 回答1: Yes this is possible. Have a look at the slave options of the MySQL manual. This still requires to create a complete binlog of the whole database though. 回答2: To sync specific tables again to one or more slaves rather use pt-table-checksum and then pt-table-sync That should automatically identify the out-of-sync tables and only sync those. 回答3: I know this is an old question but this is for anyone who comes here looking for an answer: CREATE