Skip to content

Instantly share code, notes, and snippets.

@ljjjustin
Created July 18, 2017 08:40
Show Gist options
  • Save ljjjustin/7fd12709d35ac912a2fcbee842e9fbf0 to your computer and use it in GitHub Desktop.
Save ljjjustin/7fd12709d35ac912a2fcbee842e9fbf0 to your computer and use it in GitHub Desktop.
mysql-create-repl-user.sh
mysql -e "CREATE USER 'repl'@'%' IDENTIFIED BY 'slavepass'"
mysql -e "GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment