Skip to content

Commit bfd08b2

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/mysql/reference-data-in-stored-procedures.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ manager: kfile
88
editor: jasonwhowell
99
ms.service: mysql
1010
ms.topic: article
11-
ms.date: 05/18/2018
11+
ms.date: 08/31/2018
1212
---
1313

1414
# Azure Database for MySQL Data-in Replication Stored Procedures
1515

1616
Data-in Replication allows you to synchronize data from a MySQL server running on-premises, in virtual machines, or database services hosted by other cloud providers into the Azure Database for MySQL service.
1717

18-
The following stored procedures are used to set up or remove Data-in Replication between a primary and replica.
18+
The following stored procedures are used to set up or remove Data-in Replication between a master and replica.
1919

2020
|**Stored Procedure Name**|**Input Parameters**|**Output Parameters**|**Usage Note**|
2121
|-----|-----|-----|-----|
22-
|*mysql.az_replication_change_primary*|master_host<br/>master_user<br/>master_password<br/>master_port<br/>master_log_file<br/>master_log_pos<br/>master_ssl_ca|N/A|To transfer data with SSL mode, pass in the CA certificate’s context into the master_ssl_ca parameter. </br><br>To transfer data without SSL, pass in an empty string into the master_ssl_ca parameter.|
22+
|*mysql.az_replication_change_master*|master_host<br/>master_user<br/>master_password<br/>master_port<br/>master_log_file<br/>master_log_pos<br/>master_ssl_ca|N/A|To transfer data with SSL mode, pass in the CA certificate’s context into the master_ssl_ca parameter. </br><br>To transfer data without SSL, pass in an empty string into the master_ssl_ca parameter.|
2323
|*mysql.az_replication _start*|N/A|N/A|Starts replication.|
2424
|*mysql.az_replication _stop*|N/A|N/A|Stops replication.|
25-
|*mysql.az_replication _remove_primary*|N/A|N/A|Removes the replication relationship between the primary and replica.|
25+
|*mysql.az_replication _remove_master*|N/A|N/A|Removes the replication relationship between the master and replica.|
2626
|*mysql.az_replication_skip_counter*|N/A|N/A|Skips one replication error.|
2727

28-
To set up data-in replication between a primary and a replica in Azure Database for MySQL, refer to [how to configure data-in replication](howto-data-in-replication.md).
28+
To set up data-in replication between a master and a replica in Azure Database for MySQL, refer to [how to configure data-in replication](howto-data-in-replication.md).

0 commit comments

Comments
 (0)