RDS mysql replication

0

When we create a replica for the mysql database does it use the root user to carry out replication operations?

2 Answers
0

The following document shows the operation as root user, so operate as root user
https://docs.aws.amazon.com/ja_jp/AmazonRDS/latest/UserGuide/mysql-stored-proc-replicating.html

profile picture
EXPERT
answered a year ago
0

Managed replication with RDS uses a dedicated administrative user that is created solely for running the replication thread. It is not the 'root' user.

AWS
MODERATOR
philaws
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions