mysql_bind_address='0.0.0.0' on all vagrant
parent
d0c3b67f16
commit
e512d7d53c
|
@ -1 +1,2 @@
|
|||
mysql_use_percona_repository: true
|
||||
mysql_bind_address: '0.0.0.0'
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
# Master must listen for replication
|
||||
mysql_bind_address: '0.0.0.0'
|
||||
|
||||
# Master durability
|
||||
mysql_sync_binlog: '1'
|
||||
mysql_innodb_flush_log_at_trx_commit: '1'
|
||||
|
|
Loading…
Reference in New Issue