Skip to content

Commit 553e538

Browse files
authored
Update how-to-data-in-replication.md
Final formatting fixes
1 parent 1d4d512 commit 553e538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The following steps prepare and configure the MySQL server hosted on-premises, i
173173

174174
You can use mysqldump to dump databases from your primary server. For details, refer to [Dump & Restore](../concepts-migrate-dump-restore.md). It's unnecessary to dump the MySQL library and test library.
175175
176-
2. Set source server to read/write mode.
176+
1. Set source server to read/write mode.
177177
178178
After the database has been dumped, change the source MySQL server back to read/write mode.
179179
@@ -185,7 +185,7 @@ The following steps prepare and configure the MySQL server hosted on-premises, i
185185
>[!NOTE]
186186
> Before the server is set back to read/write mode, you can retrieve the GTID information using global variable GTID_EXECUTED. The same will be used at the later stage to set GTID on the replica server
187187
188-
3. Restore dump file to new server.
188+
1. Restore dump file to new server.
189189
190190
Restore the dump file to the server created in Azure Database for MySQL flexible server. Refer to [Dump & Restore](../concepts-migrate-dump-restore.md) for how to restore a dump file to a MySQL server. If the dump file is large, upload it to a virtual machine in Azure within the same region as your replica server. Restore it to the Azure Database for MySQL flexible server instance from the virtual machine.
191191

0 commit comments

Comments
 (0)