Skip to content
Snippets Groups Projects
Commit 5802b018 authored by Wolodja Wentland's avatar Wolodja Wentland
Browse files

Merge pull request #46 from soniah/base

Correct examples for replication.
parents d79f5961 2a81e0a4
No related branches found
No related tags found
No related merge requests found
...@@ -7,8 +7,9 @@ mysql: ...@@ -7,8 +7,9 @@ mysql:
mysqld: mysqld:
bind-address: 0.0.0.0 bind-address: 0.0.0.0
port: 3307 port: 3307
log_bin: /var/log/mysql/mysql-bin.log server-id: 1
binlog_do_db: foo log-bin: mysql-bin
binlog-do-db: foo
auto_increment_increment: 5 auto_increment_increment: 5
max_connect_errors: 4294967295 max_connect_errors: 4294967295
mysql: mysql:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment