Skip to content

Instantly share code, notes, and snippets.

@futeng
Created May 23, 2017 15:30
Show Gist options
  • Save futeng/7e4e7c15ec53d09290437ea3aa2d4f36 to your computer and use it in GitHub Desktop.
Save futeng/7e4e7c15ec53d09290437ea3aa2d4f36 to your computer and use it in GitHub Desktop.
#!/bin/bash
# name: getMySQLGroupReplicationScripts.sh
# author: ifuteng@gmail.com
# date : 2017/05/23
wget https://gist.githubusercontent.com/futeng/bd45c448564a57df14b5cceac88986eb/raw/89841b03849b45012649ff187bedeabdaf52d66c/mgr-init.sh
wget https://gist.githubusercontent.com/futeng/d8addf661006cd64fcd653a7baa68583/raw/c30bd9545a0a89176f86f1f0f22d4bad8b3f4089/create_rpl_user.sql
wget https://gist.githubusercontent.com/futeng/c41642cfadd8421ff8d0d0bba020a13b/raw/214d37ad875232de766920cec25f2e42e93d8a94/my3308.cnf
wget https://gist.githubusercontent.com/futeng/251c4d1beac3c065aebf899919882304/raw/a5c0ec95f58dc1b63d8cdb69316548ec8ce4b013/my3307.cnf
wget https://gist.githubusercontent.com/futeng/c9276efd8370b6c53e05e9e4c8c7a961/raw/1b2bcfdfcf5eef831d48aeaebf7661d84622e2c9/my3306.cnf
wget https://gist.githubusercontent.com/futeng/e8e44701f86dc4043634398362bb5c3b/raw/c961ea88d08ba7d5dfccb2b13eb272983a0e8b68/mgr-start.sh
chmod u+x ./mgr-init.sh
chmod u+x ./mgr-start.sh
wget http://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.18-linux-glibc2.5-x86_64.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment