mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +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:
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue