# 第十六节 导入和导出

* [将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文件格式的各种技术。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang-book.gitbook.io/mysql/di-yi-zhang/index-15.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
