Skip to content

theworkinggroup/mysql-replication-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/)

About

Replication Facilitator for MySQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages