I need to ensure continuity of a small network 10 machines that access a MySQL server and two slaves.&nbsp; I have looked into failover scripts that change the IP of the server to the slave in case of failure but aside from being a bit complicated to configure and install, they seem to be a drawback in that they give me yet another piece of software to maintain, or at least look after.&nbsp; Instead, writing a simple module&nbsp; ( <a target="_blank" href="http://dbconnecter.pm/"><span class="yshortcuts" id="lw_1199655483_0">DBconnecter.pm</span></a> ) to manage connections and switch to a slave should the master be unresponsive seems easier -- although it would mean hunting down all the "my $dbh = DBI-&gt;IP,$user,$pass" calls in thousands of lines of code that run on local clients and replace them with calls to the DBconnector module.&nbsp; That being said it still seems like a less complicated path.<br><br>I was hoping for input as to whether or not this is a viable
 strategy.&nbsp; Is there a drawback that I'm missing?&nbsp; Any Input, Pro or&nbsp; Con would be greatly appreciated&nbsp; as this is unchartered territory for me.<br><br>Thanks for your attention.<br><br>Richard &nbsp;  <br><BR><BR>Your beliefs become your thoughts.  Your thoughts become your words.  Your words become your actions.  Your actions become your habits.  Your habits become your values.  Your values become your destiny.  -- Mahatma Gandhi