From: Kristian Nielsen Date: October 15 2012 6:57am Subject: How to add a new slave with Global Transaction ID in MySQL 5.6? List-Archive: http://lists.mysql.com/replication/2396 Message-Id: <871uh05ikc.fsf@frigg.knielsen-hq.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Suppose we have some MySQL 5.6 servers replicating using global transaction ID. How does one add a new slave server to such running system? Can it be done without stopping all servers? The manual only seems to mention changing existing servers to use global transaction ID, not how to add a new server. - Kristian.