Skip to content

Commit

Permalink
Add method to use Dumpling if you want to export data from TiDB (#16364)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuya3850 authored Feb 20, 2024
1 parent 135918f commit c789d20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions faq/migration-tidb-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ Restart the TiDB service, add the `-skip-grant-table=true` parameter in the conf

You can use the following methods to export the data in TiDB:

- Export data using Dumpling. For more information, see [Dumpling documentation](/dumpling-overview.md).
- Export data using mysqldump and the `WHERE` clause.
- Use the MySQL client to export the results of `select` to a file.

Expand Down

0 comments on commit c789d20

Please sign in to comment.