How to export the data in TiDB?

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

  • Export data using mysqldump and the WHERE clause.
  • Use the MySQL client to export the results of select to a file.