Skip to content

Commit bd71a8a

Browse files
authored
Apply suggestions from code review
Changed headings to sentence case.
1 parent 8ab2e5d commit bd71a8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/mysql/how-to-decide-on-right-migration-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In general, migrations can be categorized as either offline or online.
2828

2929
If your application can afford some downtime, offline migrations are always the preferred choice, as they are simple and easy to execute. However, if your application can only afford minimal downtime, an online migration is the best choice. Migrations of the majority of OLTP systems, such as payment processing and e-commerce, fall into this category.
3030

31-
## Decision Table
31+
## Decision table
3232

3333
To help you with selecting the right tools for migrating to Azure Database for MySQL, consider the detail in the following table.
3434

@@ -39,7 +39,7 @@ To help you with selecting the right tools for migrating to Azure Database for M
3939
| Online Migration | **Mydumper/Myloader with Data-in replication** <br><br> **Mysqldump with data-in replication** can be considered for small databases( less than 100GB). These methods are applicable to both external and intra-platform migrations. | [Configure Data-in replication - Azure Database for MySQL Flexible Server](flexible-server/how-to-data-in-replication.md) <br><br> [Tutorial: Migrate Azure Database for MySQL – Single Server to Azure Database for MySQL – Flexible Server with minimal downtime](howto-migrate-single-flexible-minimum-downtime.md) |
4040
|Single to Flexible Server Migrations | **Offline**: Custom shell script hosted in [GitHub](https://github.com/Azure/azure-mysql/tree/master/azuremysqltomysqlmigrate) This script also moves other server components such as security settings and server parameter configurations. <br><br>**Online**: **Mydumper/Myloader with Data-in replication** | [Migrate from Azure Database for MySQL - Single Server to Flexible Server in 5 easy steps!](https://techcommunity.microsoft.com/t5/azure-database-for-mysql/migrate-from-azure-database-for-mysql-single-server-to-flexible/ba-p/2674057)<br><br> [Tutorial: Migrate Azure Database for MySQL – Single Server to Azure Database for MySQL – Flexible Server with minimal downtime](howto-migrate-single-flexible-minimum-downtime.md)|
4141

42-
## Next Steps
42+
## Next steps
4343
* [Migrate MySQL on-premises to Azure Database for MySQL](migrate/mysql-on-premises-azure-db/01-mysql-migration-guide-intro.md)
4444

4545
<br><br>

0 commit comments

Comments
 (0)