Showing entries 1 to 1
Displaying posts with tag: Why server id important in MySQL Replication (reset)
Why server id important in MySQL Replication

Set server id in my.cnf is one of the necessary steps to implement or start replication. The general rule is, server id must be unique across the environment where we are implementing MySQL replication. Generally while implementing multi-master/circular replication, we are setting option –log-slave-updates= 1. so when any statement of master will be executed on [...]

Showing entries 1 to 1