mysql_bind_address='0.0.0.0' on all vagrant

pull/14/head
Emilien Mantel 2016-09-23 12:04:58 +02:00
parent d0c3b67f16
commit e512d7d53c
2 changed files with 1 additions and 3 deletions

View File

@ -1 +1,2 @@
mysql_use_percona_repository: true
mysql_bind_address: '0.0.0.0'

View File

@ -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'