Archive for the ‘Why server id important in MySQL Replication’ Category

Why server id important in MySQL Replication

Август 18th, 2011
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 [...]
PlanetMySQL Voting: Vote UP / Vote DOWN