April 2010
Intermediate to advanced
276 pages
6h 16m
English
In this recipe, we will configure a master. Once configured, a replication master can have as many slaves as required connecting to it and retrieving its binary log.
The process of setting up a master is as follows:
We will firstly cover the parameters that must be set in the [mysqld] section in /etc/my.cnf on the master node.
Every server involved in a replication agreement with any other server must have a unique ID, set in my.cnf ...
Read now
Unlock full access