Skip to content

Instantly share code, notes, and snippets.

View diegosepulveda's full-sized avatar

Diego Sepulveda diegosepulveda

  • Santiago
  • 06:31 (UTC -04:00)
View GitHub Profile
@thomasvs
thomasvs / mysql_replication_autostart.sh
Created October 16, 2016 01:31 — forked from nicomak/mysql_replication_autostart.sh
This script automates the process of starting a Mysql Replication on 1 master node and N slave nodes. More details on how it works at http://blog.ditullio.fr/2016/04/30/initialize-mysql-master-slave-replication-script/
#!/bin/bash
#title : replication-start.sh
#description : This script automates the process of starting a Mysql Replication on 1 master node and N slave nodes.
#author : Nicolas Di Tullio
#date : 20160706
#version : 0.2
#usage : bash mysql_replication_autostart.sh
#bash_version : 4.3.11(1)-release
#=============================================================================