This is a read-only copy of the MariaDB Knowledgebase generated on 2024-11-16. For the latest, interactive version please visit https://mariadb.com/kb/.

How can i add another new slave to an existing replication configuration?

How can i add another new slave to an existing master slave replication configuration?

Answer Answered by Daniel Black in this comment.

same way as you added the first slave ( or any other method https://mariadb.com/kb/en/mariadb/setting-up-replication/ http://dev.mysql.com/doc/refman/5.5/en/replication-howto.html ).

Of if you are replicating off the first slave, ensure log-slave-updates is enabled on that slave.

Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.