HA MySQL Setups

Thomas Charron twaffle at gmail.com
Tue Oct 9 13:45:09 EDT 2007


On 10/9/07, Flaherty, Patrick <pflaherty at wsi.com> wrote:
> I'm planning to set up an HA mysql cluster. The database serves as a
> backend to a set of webservers (HW loadbalanced). The DB has light load,
> but when it breaks the site breaks, so I can't really get away with it
> as a single point of failure.
> Replication - One master server accepts writes, on write ships it's logs
> to the slave server(s). Async may not be a problem, but seems silly
> there's no flag to wait for the slaves to report a write was successful.

  What about multimaster replication?

-- 
-- Thomas


More information about the gnhlug-discuss mailing list