Link to home
Start Free TrialLog in
Avatar of RandallVillalobos
RandallVillalobosFlag for Costa Rica

asked on

MySql High Availability

Experts,

Looking for a guide on how to setup MySql with high availability on a Centos Linux Environment
Redundancy, or a cluster environment.
I am a complete newbie to MySql.

Thanks
Avatar of johanntagle
johanntagle
Flag of Philippines image

google "mysql ndb cluster howto"  and pick one that best suits you.  Be prepared for a steep learning curve though.  Try it out then post more specific questions later when you encounter difficulties.

You might also want to try master-slave replication first.  It's much simpler, though there is still a slight downtime in case the master fails as you have to point your apps to the slave.  Google "mysql replication howto" for that.
Avatar of RandallVillalobos

ASKER

Johanntagle,
Thanks for your response. Based on your expertise, is there a tutorial in particular that you would recommend?
ASKER CERTIFIED SOLUTION
Avatar of johanntagle
johanntagle
Flag of Philippines 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