1

Does MySQL come with a built-in automatic failover? Or, are there load-balancers out there that can "detect" whether the database is alive...and if not...shoot it to the failover database?

I know basic MySQL, but do not know the best way to design failover for one master DB.

TIMEX
  • 259,804
  • 351
  • 777
  • 1,080

1 Answers1

4

This SO post might be of help to you:

Community
  • 1
  • 1
Derek
  • 982
  • 1
  • 8
  • 19