> For the complete documentation index, see [llms.txt](https://hezhiqiang-book.gitbook.io/mysql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-15.md).

# 第十六节 导入和导出

* [将CSV文件导入MySQL表](http://www.yiibai.com/mysql/import-csv-file-mysql-table.html) - 演示如何使用`LOAD DATA INFILE`语句将CSV文件导入MySQL表。
* [MySQL导出表到CSV](http://www.yiibai.com/mysql/export-table-to-csv.html) - 学习如何将MySQL表导出为CSV文件格式的各种技术。
