Aug 07, 2018 |
Insight for DBAs, MySQL
In this blog post, we’ll discuss how to set a replication from MySQL 8.0 to MySQL 5.7. There are some situations that having this configuration might help. For example, in the case of a MySQL upgrade, it can be useful to have a master that is using a newer version of MySQL to an older version […]
Mar 28, 2018 |
Insight for DBAs, Monitoring, MySQL
In this blog post, we’ll discuss some of the options available when purging binary logs. We’ll look at how to safely purge them when you have slaves in your topology and want to avoid deleting any binary log that still needs to be applied. Safely Purging Binary Logs From Master We generally want to ensure […]