↧
Answer by Mathnode for adding another table to existing MySQL replication...
Are you using InnoDB? Xtrabackup will allow you to do "hot" or "online" copies of your running master.Propagate the backup made via xtrabackup to the slave. There is no need to disrupt the relay...
View Articleadding another table to existing MySQL replication scenario
I'm running a simple MySQL replication scenario MASTER ➙ BLACKHOLE ➙ SLAVE, replicating only a number of tables via replicate-do-table on BLACKHOLE and SLAVE. Now I would like to add several more...
View Article