Skip to content

Commit 1f036a5

Browse files
authored
Merge pull request #112259 from hyoshioka0128/patch-687
Typo "MySQL Flexible server"→"MySQL Flexible Server"
2 parents 8bd7740 + 9b5825f commit 1f036a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Data-in replication - Azure Database for MySQL - Flexible Server
3-
description: Learn about using Data-in replication to synchronize from an external server into the Azure Database for MySQL Flexible service.
3+
description: Learn about using Data-in replication to synchronize from an external server into the Azure Database for MySQL Flexible Server.
44
author: VandhanaMehta
55
ms.author: vamehta
66
ms.reviewer: maghan
@@ -14,7 +14,7 @@ ms.topic: conceptual
1414

1515
[!INCLUDE[applies-to-mysql-flexible-server](../includes/applies-to-mysql-flexible-server.md)]
1616

17-
Data-in replication allows you to synchronize data from an external MySQL server into an Azure Database for MySQL flexible server. The external server can be on-premises, in virtual machines, Azure Database for MySQL single server, or a database service hosted by other cloud providers. Data-in replication is based on the binary log (binlog) file position or GTID-based replication. To learn more about binlog replication, see the [MySQL Replication](https://dev.mysql.com/doc/refman/5.7/en/replication-configuration.html).
17+
Data-in replication allows you to synchronize data from an external MySQL server into an Azure Database for MySQL Flexible Server. The external server can be on-premises, in virtual machines, Azure Database for MySQL single server, or a database service hosted by other cloud providers. Data-in replication is based on the binary log (binlog) file position or GTID-based replication. To learn more about binlog replication, see the [MySQL Replication](https://dev.mysql.com/doc/refman/5.7/en/replication-configuration.html).
1818

1919
> [!NOTE]
2020
> Configuring Data-in replication for servers enabled with high-availability, is supported only through GTID-based replication.
@@ -43,7 +43,7 @@ The stored procedure for replication using GTID is available on all HA-enabled s
4343

4444
### Filter
4545

46-
The parameter `replicate_wild_ignore_table` creates a replication filter for tables on the replica server. To modify this parameter from the Azure portal, navigate to Azure Database for MySQL flexible server used as replica and select "Server Parameters" to view/edit the `replicate_wild_ignore_table` parameter.
46+
The parameter `replicate_wild_ignore_table` creates a replication filter for tables on the replica server. To modify this parameter from the Azure portal, navigate to Azure Database for MySQL Flexible Server used as replica and select "Server Parameters" to view/edit the `replicate_wild_ignore_table` parameter.
4747

4848
### Requirements
4949

0 commit comments

Comments
 (0)