Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions how-to/migrate/from-aurora.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down