Skip to content

Commit c96f2b6

Browse files
authored
change "primary" to "master"
1 parent f44b764 commit c96f2b6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/mysql/concepts-data-in-replication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ The main scenarios to consider using Data-in Replication are:
2424
## Limitations and considerations
2525

2626
### Data not replicated
27-
The [*mysql system database*](https://dev.mysql.com/doc/refman/5.7/en/system-database.html) on the primary server is not replicated. Changes to accounts and permissions on the primary server are not replicated. If you create an account on the primary server and this account needs to access the replica server, then manually create the same account on the replica server side. To understand what tables are contained in the system database, see the [MySQL manual](https://dev.mysql.com/doc/refman/5.7/en/system-database.html).
27+
The [*mysql system database*](https://dev.mysql.com/doc/refman/5.7/en/system-database.html) on the master server is not replicated. Changes to accounts and permissions on the master server are not replicated. If you create an account on the master server and this account needs to access the replica server, then manually create the same account on the replica server side. To understand what tables are contained in the system database, see the [MySQL manual](https://dev.mysql.com/doc/refman/5.7/en/system-database.html).
2828

2929
### Requirements
30-
- The primary server version must be at least MySQL version 5.6.
31-
- The primary and replica server versions must be the same. For example, both must be MySQL version 5.6 or both must be MySQL version 5.7.
30+
- The master server version must be at least MySQL version 5.6.
31+
- The master and replica server versions must be the same. For example, both must be MySQL version 5.6 or both must be MySQL version 5.7.
3232
- Each table must have a primary key.
33-
- Primary server should use the MySQL InnoDB engine.
34-
- User must have permissions to configure binary logging and create new users on the primary server.
33+
- Master server should use the MySQL InnoDB engine.
34+
- User must have permissions to configure binary logging and create new users on the master server.
3535

3636
### Other
3737
- Data-in replication is only supported in General Purpose and Memory Optimized pricing tiers

0 commit comments

Comments
 (0)