Sha256: 27caec6618b1ec3fca447cdd721313a21698a9dbba22c8c3c7720047fab9813e
Contents?: true
Size: 662 Bytes
Versions: 3
Compression:
Stored size: 662 Bytes
Contents
= 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 Copyright (c) 2009 The Working Group Inc. (http://twg.ca/)
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
theworkinggroup-mysql-replication-helper-0.1.0 | README.rdoc |
theworkinggroup-mysql-replication-helper-0.2.0 | README.rdoc |
mysql-replication-helper-0.2.1 | README.rdoc |