Replication + High Availability !!
hi
I have to replicate DB b/n 3 servers ....for my project
I have a Myslq database ...this needs to be replicated on 2-3 servers and based on real time updation .
Now Mysql provides the replication feature where by it claims that all the updations that are done by a client at the master server are miroored to the slave servers(backup servers ) n i haveimplemented it also but the documentation does not specfify wat happens in case the master server goes down
Any ideas .......
What some ppl have suggested to me is to use Clusters...
How do I start Clustering ...Plz help
Any kind of help would bereally appreciated
Thnx
|