No commit activity in last 3 years
No release in over 3 years
MySQL Replication Helper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

mysql-replication-helper¶ ↑

This is a script that mitigates the errors generated by a Master/Slave MySQL replication configuration.

A slave database engine needs to be updated in tandem with the master to account for changes such as:

* Adding a new database
* Adding a new user
* Adding views which reference particular users

The replication helper facilitates this by identifying typical errors and fixing them.

Installing¶ ↑

% gem sources -a http://gems.github.com
% sudo gem install theworkinggroup-mysql-replication-helper

Starting¶ ↑

% replication-helper --daemon

Copyright © 2009 The Working Group Inc. (twg.ca/)