How do I setup 2 MySql databases with failover?
April 4, 2008 3:57 AM
Subscribe
How do I setup 2 MySql databases with failover?
Asking for a friend: “I want to setup 2 MySql databases with failover. I am thinking about doing this with both instances of the RDBMS pointing to a shared drive. (a SAN). The idea being to have one RDBMS instance started and one stopped. If the active RDBMS failed we would then like to automatically stop that instance, and start the other RDBMS which would now point to the same mount point on the SAN, we should now have failover without the cost/ complication of replication. I know that Oracle offers similar functionality, but we are constrained to MySql. Does anyone have any links to people who have tried this. (underlying OS will probably be Redhat). I would also welcome comments on the sanity of this strategy. Thanks”
posted by blacksky to computers & internet (5 comments total)
2 users marked this as a favorite
Other than that (and I really wouldn't call MySQL replication complicated; it's basically a matter of following the steps in the manual) this will get answers a lot faster on the MySQL mailing lists.
posted by mendel at 5:17 AM on April 4, 2008