Skip to content

Commit a7ebbcc

Browse files
authored
Merge pull request #197521 from riswinto/patch-4
[Azure DB for MySQL] Mydumper tutorial - typo
2 parents 660e9a8 + 0aa569d commit a7ebbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/concepts-migrate-mydumper-myloader.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This command uses the following variables:
9393
>[!Note]
9494
>For more information on other options, you can use with mydumper, run the following command:
9595
**mydumper --help** . For more details see, [mydumper\myloader documentation](https://centminmod.com/mydumper.html)<br>
96-
>To dump multiple databases in parallel, you can modiffy regex variable as shown in the example: **regex ’^(DbName1\.|DbName2\.)**
96+
>To dump multiple databases in parallel, you can modify regex variable as shown in the example: **regex ’^(DbName1\.|DbName2\.)**
9797

9898
## Restore your database using myloader
9999

@@ -127,4 +127,4 @@ After the database is restored, it’s always recommended to validate the data c
127127
* Learn [How to migrate large MySQL databases](https://techcommunity.microsoft.com/t5/azure-database-for-mysql/best-practices-for-migrating-large-databases-to-azure-database/ba-p/1362699).
128128
* [Tutorial: Minimal Downtime Migration of Azure Database for MySQL – Single Server to Azure Database for MySQL – Flexible Server](howto-migrate-single-flexible-minimum-downtime.md)
129129
* Learn more about Data-in replication [Replicate data into Azure Database for MySQL Flexible Server](flexible-server/concepts-data-in-replication.md) and [Configure Azure Database for MySQL Flexible Server Data-in replication](./flexible-server/how-to-data-in-replication.md)
130-
* Commonly encountered [migration errors](./howto-troubleshoot-common-errors.md)
130+
* Commonly encountered [migration errors](./howto-troubleshoot-common-errors.md)

0 commit comments

Comments
 (0)