Skip to content

Instantly share code, notes, and snippets.

@pascencio
Created November 27, 2017 21:55
Show Gist options
  • Save pascencio/339805c115b450204f2c43b2baa25f0d to your computer and use it in GitHub Desktop.
Save pascencio/339805c115b450204f2c43b2baa25f0d to your computer and use it in GitHub Desktop.
MySQL 02 Replication on WIndows: Master - Master
[mysqld]
server-id=2
innodb_flush_log_at_trx_commit=1
log-bin="C:/ProgramData/MySQL/MySQL Server 5.6/karibu-mysql02-bin.log"
sync-binlog=1
binlog-format=row
relay-log="C:/ProgramData/MySQL/MySQL Server 5.6/karibu-mysql02-relay.log"
replicate-do-table=karibu.parameterr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment