Skip to content

Instantly share code, notes, and snippets.

@pascencio
Last active November 27, 2017 16:51
Show Gist options
  • Save pascencio/704d64e438315dee0f94f838392c92be to your computer and use it in GitHub Desktop.
Save pascencio/704d64e438315dee0f94f838392c92be to your computer and use it in GitHub Desktop.
MySQL 01 Replication on WIndows: Master - Slave
[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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment