Replication is one of the most common ways to achieve high availability for MySQL and MariaDB.
It has become much more robust with the addition of GTIDs, and is
thoroughly tested by thousands and thousands of users. MySQL
Replication is not a ‘set and forget’ property though, it needs
to be monitored for potential issues and maintained so it stays
in good shape. In this blog post, we’d like to share some
tips and tricks on how to maintain, troubleshoot and fix issues
with MySQL replication.
How to determine if MySQL replication is in a good shape?
This is hands down the most important skill that anyone taking
care of a MySQL replication setup has to possess. Let’s take a
look at where to look for information about the state of
replication. There is a slight difference between MySQL and
MariaDB and we will discuss this as well. …
[Read more]