# Mysql 教程

### 知识点 <a href="#zhi-shi-dian" id="zhi-shi-dian"></a>

* [mysql 原理](https://dunwu.github.io/db-tutorial/#/mysql-theory)
* [mysql 维护](https://dunwu.github.io/db-tutorial/#/mysql-ops)
* [mysql 配置](https://dunwu.github.io/db-tutorial/#/mysql-config)

### 📚 学习资源 <a href="#xue-xi-zi-yuan" id="xue-xi-zi-yuan"></a>

#### 官方 <a href="#guan-fang" id="guan-fang"></a>

* [Mysql 官网](https://www.mysql.com/)
* [Mysql 官方文档](https://dev.mysql.com/doc/refman/8.0/en/)
* [Mysql 官方文档之命令行客户端](https://dev.mysql.com/doc/refman/8.0/en/mysql.html)

#### 书 <a href="#shu" id="shu"></a>

* [MySQL 必知必会](https://book.douban.com/subject/3354490/) - 适合入门者
* [高性能 MySQL](https://book.douban.com/subject/23008813/) - 经典，适合 DBA 或作为开发者的参考手册

#### 在线教程 <a href="#zai-xian-jiao-cheng" id="zai-xian-jiao-cheng"></a>

[runoob.com MySQL 教程](http://www.runoob.com/mysql/mysql-tutorial.html) - 入门级教程

#### 更多资源 <a href="#geng-duo-zi-yuan" id="geng-duo-zi-yuan"></a>

* [awesome-mysql](https://github.com/jobbole/awesome-mysql-cn)


---

# 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.gitbook.io/about-the-author/zhong-jian-jian-jiao-cheng-xue-xi/mysql-jiao-cheng.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.
