Skip to content

Commit c414f25

Browse files
committed
fixed numbered list
1 parent 36d1366 commit c414f25

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/mysql/flexible-server/how-to-data-out-replication.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ The following steps prepare and configure the Azure Database for MySQL Flexible
3838
If the source server is on public access, then ensure that firewall rules allow the replica server IP address. If the replica server is hosted on Azure, please ensure that you select the option of allowing public access from any Azure service from the networking page in the Azure portal.
3939
If the source server is on private access, ensure that the replica server can connect to the source through Vnet peering or a VNet-to-VNet VPN gateway connection.
4040

41-
> [!NOTE]
42-
> For more information - [Networking overview - Azure Database for MySQL Flexible Server](concepts-networking.md).
43-
41+
> [!NOTE]
42+
> For more information - [Networking overview - Azure Database for MySQL Flexible Server](concepts-networking.md).
43+
4444
1. **Turn on binary logging**
4545

4646
Check to see if binary logging has been enabled on the source by running the following command:
@@ -166,9 +166,9 @@ Restore the dump file to the server created in the Azure Database for MySQL Flex
166166
- master_log_file: binary log file name from running show master status
167167
- master_log_pos: binary log position from running show master status
168168

169-
> [!NOTE]
170-
> To use SSL for the connection, add the attribute SOURCE_SSL=1 to the command. For more information about using SSL in a replication context, visit - https://dev.mysql.com/doc/refman/8.0/en/change-replication-source-to.html
171-
169+
> [!NOTE]
170+
> To use SSL for the connection, add the attribute SOURCE_SSL=1 to the command. For more information about using SSL in a replication context, visit - https://dev.mysql.com/doc/refman/8.0/en/change-replication-source-to.html
171+
172172
1. Activate the replica server using the following command.
173173

174174
```sql

0 commit comments

Comments
 (0)