In this post, we will discuss a new feature – the MySQL 8.0.17 clone plugin. Here I will demonstrate how easy it is to use to create the “classic” replication, building the standby replica from scratch.
The clone plugin permits cloning data locally or from a remote
MySQL server instance. The cloned data is a physical snapshot of
data stored in InnoDB
, and this means, for example,
that the data can be used to create a standby replica.
Let’s go to the hands-on and see how it works.
Installation & validation process of the MySQL 8.0.17 clone plugin
Installation is very easy and it works in the same as installing other plugins. Below is the command line to install the clone plugin:
master …[Read more]