Tagged Questions
0
votes
1answer
435 views
How to check database integrity in production mode using another daemon?
I want to have a daemon to monitor a database's health to make sure it is not corrupted, it will be running a script,
what would be the best integrity check without compromising the performance?
1- ...
0
votes
1answer
214 views
mysql Master-Master Replication or drdb heartbeat
Im db replication newbie.
Im planing to add replication and failover features to our database system.
I have read toons of docs talking about scale-out or scale-in db systems and im a bit confused.
...
0
votes
0answers
129 views
Highavailability in mysql using heartbeat and mon in debian6.0.4
I implemented higavilability in mysql using mysql and mon in two machine.
I observed that for switching control from one to another machine heartbeat must be stopped. Stopping mysql is not enough. Is ...