mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-17 10:10:30 +00:00
Merge pull request #46 from soniah/base
Correct examples for replication.
This commit is contained in:
commit
5802b01815
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue