You may have heard about the term “failover” in the context of MySQL replication.
Maybe you wondered what it is as you are starting your adventure with databases.
Maybe you know what it is but you are not sure about potential problems related to it and how they can be solved?
In this blog post we will try to give you an introduction to failover handling in MySQL & MariaDB.
We will discuss what the failover is, why it is unavoidable, what the difference is between failover and switchover. We will discuss the failover process in the most generic form. We will also touch a bit on different issues that you will have to deal with in relation to the failover process.
What does “failover” mean?
MySQL replication is a collective of nodes, each of them may serve one role at …
[Read more]