You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/mariadb/howto-data-in-replication.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This article describes how to set up Data-in Replication in Azure Database for M
14
14
15
15
To create a replica in the Azure Database for MariaDB service, Data-in Replication synchronizes data from a master MariaDB server on-premises, in virtual machines (VMs), or in cloud database services.
16
16
17
-
Review the [limitations and requirements](concepts-data-in-replication.md#limitations-and-considerations) of Data-in replication prior to performing the steps in this article.
17
+
Review the [limitations and requirements](concepts-data-in-replication.md#limitations-and-considerations) of Data-in replication before performing the steps in this article.
18
18
19
19
> [!NOTE]
20
20
> If your master server is version 10.2 or newer, we recommend that you set up Data-in Replication by using [Global Transaction ID](https://mariadb.com/kb/en/library/gtid/).
@@ -112,7 +112,7 @@ The following steps prepare and configure the MariaDB server hosted on-premises,
Before you dump a database, the server must be placed in read-only mode. While in read-only mode, the master can't process any write transactions. To help avoid business impact, schedule the read-only window during an off-peak time.
118
118
@@ -121,7 +121,7 @@ The following steps prepare and configure the MariaDB server hosted on-premises,
121
121
SET GLOBAL read_only = ON;
122
122
```
123
123
124
-
5. Get the current binary log file name and offset.
124
+
6. Get the current binary log file name and offset.
125
125
126
126
To determine the current binary log file name and offset, run the command [`show master status`](https://mariadb.com/kb/en/library/show-master-status/).
127
127
@@ -134,7 +134,7 @@ The following steps prepare and configure the MariaDB server hosted on-premises,
134
134
135
135
Note the binary file name, because it'll be used in later steps.
136
136
137
-
6. Get the GTID position (optional, needed for replication with GTID).
137
+
7. Get the GTID position (optional, needed for replication with GTID).
138
138
139
139
Run the function [`BINLOG_GTID_POS`](https://mariadb.com/kb/en/library/binlog_gtid_pos/) to get the GTID position for the corresponding binlog file name and offset.
Copy file name to clipboardExpand all lines: articles/mysql/howto-data-in-replication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This article describes how to set up Data-in Replication in Azure Database for M
14
14
15
15
To create a replica in the Azure Database for MySQL service, Data-in Replication synchronizes data from a master MySQL server on-premises, in virtual machines (VMs), or in cloud database services.
16
16
17
-
Review the [limitations and requirements](concepts-data-in-replication.md#limitations-and-considerations) of Data-in replication prior to performing the steps in this article.
17
+
Review the [limitations and requirements](concepts-data-in-replication.md#limitations-and-considerations) of Data-in replication before performing the steps in this article.
0 commit comments