Overview

This section explains how to discover MySQL database servers that replicate data in a master-slave relationship.

Replication enables data from one MySQL database server (the master) to be replicated to one or more MySQL database servers (the slaves).

You can use the MySQL by Shell job to discover the information about MySQL database configuration and replication through Shell protocols from the MySQL configuration file, or use the MySQL Topology by SQL job to discover MySQL database and MariaDB instances including database tables and database users through Generic DB Protocol (SQL).

Related information

Setting Up Binary Log File Position Based Replication