https://dev.mysql.com/doc/refman/8.0/en/change-replication-source-to.html
"Note
Replication cannot use Unix socket files. You must be able to connect to the replication source server using TCP/IP."
For replication, you just need to be able read the binlogs. You do not need access to the tables on the master, so G is not it. A is.
C. Each instance in a replication topology must have a unique server ID. This is important to ensure that each instance can be uniquely identified in the replication process.
F. Binary logging must be enabled on the master in order to replicate to other instances. Binary logging is essential for the master server to record changes that need to be replicated to the slave servers.
G. A replication user must have the SELECT privilege for all tables that need to be replicated. The replication user on the slave server needs the SELECT privilege on the tables it's replicating to retrieve the data changes from the master.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
marklv
9 months, 3 weeks agomarklv
7 months, 4 weeks agoFelipeK
9 months, 3 weeks ago