# MySQL 数据类型

原文：[MySQL 8.0 官方文档的第十一章](https://dev.mysql.com/doc/refman/8.0/en/data-types.html)

**目录**

1. [数值数据类型](/mysql_data_types_cn/shu-zhi-shu-ju-lei-xing.md)
2. [“日期和时间”数据类型](/mysql_data_types_cn/ri-qi-he-shi-jian-shu-ju-lei-xing.md)
3. [字符串数据类型](/mysql_data_types_cn/zi-fu-chuan-shu-ju-lei-xing.md)
4. [空间数据类型](/mysql_data_types_cn/kong-jian-shu-ju-lei-xing.md)
5. [JSON 数据类型](/mysql_data_types_cn/json-shu-ju-lei-xing.md)
6. [数据类型的默认值](/mysql_data_types_cn/shu-ju-lei-xing-de-mo-ren-zhi.md)
7. [数据类型的存储要求](/mysql_data_types_cn/shu-ju-lei-xing-de-cun-chu-yao-qiu.md)
8. [为列选择正确的类型](/mysql_data_types_cn/wei-lie-xuan-ze-zheng-que-de-lei-xing.md)
9. [使用其他数据库引擎的数据类型](/mysql_data_types_cn/shi-yong-qi-ta-shu-ju-ku-yin-qing-zhong-de-shu-ju-lei-xing.md)


---

# 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://jchehe.gitbook.io/mysql_data_types_cn/master.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.
