Skip to content

Instantly share code, notes, and snippets.

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