Skip to content

Commit fab6786

Browse files
authored
Update howto-data-in-replication.md
1 parent 8c59907 commit fab6786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mariadb/howto-data-in-replication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 09/24/2018
1010

1111
# How to configure Azure Database for MariaDB Data-in Replication
1212

13-
In this article, you will learn how to set up Data-in Replication in the Azure Database for MariaDB service by configuring the master and replica servers. Data-in Replication allows you to synchronize data from a master MariaDB server running on-premises, in virtual machines, or database services hosted by other cloud providers into a replica in the Azure Database for MariaDB service. We recommanded you setup the data-in replication with [Global Transaction ID](https://mariadb.com/kb/en/library/gtid/) when your master service's version is 10.2 or above.
13+
In this article, you will learn how to set up Data-in Replication in the Azure Database for MariaDB service by configuring the master and replica servers. Data-in Replication allows you to synchronize data from a master MariaDB server running on-premises, in virtual machines, or database services hosted by other cloud providers into a replica in the Azure Database for MariaDB service. We recommanded you setup the data-in replication with [Global Transaction ID](https://mariadb.com/kb/en/library/gtid/) when your master server's version is 10.2 or above.
1414

1515
This article assumes that you have at least some prior experience with MariaDB servers and databases.
1616

@@ -114,7 +114,7 @@ The following steps prepare and configure the MariaDB server hosted on-premises,
114114

115115
6. Get GTID position (Optional, needed for replication with GTID)
116116

117-
Run the function [`binlog_gtid_pos`](https://mariadb.com/kb/en/library/binlog_gtid_pos/) command to get the GTID position for the correspond binlog file name and offset.
117+
Run the function [`BINLOG_GTID_POS`](https://mariadb.com/kb/en/library/binlog_gtid_pos/) command to get the GTID position for the correspond binlog file name and offset.
118118

119119
```sql
120120
select BINLOG_GTID_POS('<binlog file name>', <binlog offset>);

0 commit comments

Comments
 (0)