Skip to content

Instantly share code, notes, and snippets.

@pascencio
Created November 27, 2017 17:00
Show Gist options
  • Save pascencio/c77c24a26b4d51a930b07d538ec1a58e to your computer and use it in GitHub Desktop.
Save pascencio/c77c24a26b4d51a930b07d538ec1a58e to your computer and use it in GitHub Desktop.
MySQL 01 Replication on WIndows: Master - Slave
CREATE USER 'srv-repl'@'%' IDENTIFIED BY 'slavepass';
GRANT REPLICATION SLAVE ON *.* TO 'srv-repl'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment