Previous Next

MySQL Replication

Setup 1 of 6

Configure the master:
[mysqld]
server-id   = 1
log-bin     = /data/binlogs/master
                
Start the server.