Link to home
Start Free TrialLog in
Avatar of goknows
goknows

asked on

Best option for MySQL redundancy

Would someone describe in detail the simplest solution for higher availability on MySQL 5 Community Edition?

I can stand a few minutes of downtime on an unexpected outage but need automated recovery and need to maintain data integrity (this is a DSS system so transaction integrity is not critical).  Data is on a SAN and I have plenty of harware.  Running instances on CentOS and Win 2003.

Thanks in advance!!!
ASKER CERTIFIED SOLUTION
Avatar of mankowitz
mankowitz
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of goknows
goknows

ASKER

an OS cluster?  MySQL Cluster is really a different beast that I am not interested in.  Not sure why MySQL would care if the data is laid down on a SAN or not ... but thank you for the response.
Avatar of goknows

ASKER

I think I'll just use VMWare under MySQL enterprise and be done with it....
You are right. I am not sure why mysql would care about SAN. For that matter, I am not sure how mysql would even know if the disk is san or not, but the docs forbid it. Perhaps the latency is too much, or the file locking doesn't work as well. I dunno.