diff --git a/TOC.md b/TOC.md index 12648fa8bd556..b714174dca031 100644 --- a/TOC.md +++ b/TOC.md @@ -72,7 +72,7 @@ + Migrate from MySQL - [Migrate the Full Data](/how-to/migrate/from-mysql.md) - [Migrate the Incremental Data](/how-to/migrate/incrementally-from-mysql.md) - - [Migrate from Aurora](/how-to/migrate/from-aurora.md) + - [Migrate from MySQL/Aurora](/how-to/migrate/from-aurora.md) - [Migrate from CSV](/reference/tools/tidb-lightning/csv.md) + Maintain - [Common Ansible Operations](/how-to/deploy/orchestrated/ansible-operations.md) @@ -317,7 +317,7 @@ - [Skip or Replace Abnormal SQL Statements](/reference/tools/data-migration/skip-replace-sqls.md) - [Monitor](/reference/tools/data-migration/monitor.md) + Migrate from MySQL compatible database - - [Migrate from Aurora](/how-to/migrate/from-aurora.md) + - [Migrate from Amazon Aurora](/how-to/migrate/from-aurora.md) + Troubleshoot - [DM Troubleshooting](/reference/tools/data-migration/troubleshoot/dm.md) - [Error Description](/reference/tools/data-migration/troubleshoot/error-system.md) diff --git a/how-to/migrate/from-aurora.md b/how-to/migrate/from-aurora.md index 99ed07dada529..0c9382062a87d 100644 --- a/how-to/migrate/from-aurora.md +++ b/how-to/migrate/from-aurora.md @@ -1,10 +1,10 @@ --- -title: Migrate from Amazon Aurora MySQL to TiDB -summary: Learn how to migrate from Amazon Aurora MySQL to TiDB by using TiDB Data Migration (DM). +title: Migrate from MySQL (Amazon Aurora) to TiDB +summary: Learn how to migrate from MySQL (using a case of Amazon Aurora) to TiDB by using TiDB Data Migration (DM). category: how-to --- -# Migrate from Amazon Aurora MySQL to TiDB +# Migrate from MySQL (Amazon Aurora) to TiDB This document describes how to migrate from [Amazon Aurora MySQL](https://aws.amazon.com/rds/aurora/details/mysql-details/?nc1=h_ls) to TiDB by using TiDB Data Migration (DM).