From 2a81e0a4990be2eda15d87f61959c7b6d9ead224 Mon Sep 17 00:00:00 2001 From: Sonia Hamilton Date: Thu, 27 Nov 2014 10:45:35 +0000 Subject: [PATCH] Correct examples for replication. --- pillar.example | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 7830de8..e6cf278 100644 --- a/pillar.example +++ b/pillar.example @@ -7,8 +7,9 @@ mysql: mysqld: bind-address: 0.0.0.0 port: 3307 - log_bin: /var/log/mysql/mysql-bin.log - binlog_do_db: foo + server-id: 1 + log-bin: mysql-bin + binlog-do-db: foo auto_increment_increment: 5 max_connect_errors: 4294967295 mysql: