# 16 Mysql

- [16.1 MySQL基本操作](https://wiki.clay-wangzhi.com/16-mysql/16.1-mysql-ji-ben-cao-zuo.md)
- [16.2 列表类型和数据完整性](https://wiki.clay-wangzhi.com/16-mysql/16.2-lie-biao-lei-xing-he-shu-ju-wan-zheng-xing.md)
- [16.3 数据库设计与查询语句](https://wiki.clay-wangzhi.com/16-mysql/16.3-shu-ju-ku-she-ji-yu-cha-xun-yu-ju.md)
- [16.4 视图、事务、索引、函数](https://wiki.clay-wangzhi.com/16-mysql/16.4-shi-tu-shi-wu-suo-yin-han-shu.md)
- [16.5 MySQL存储引擎](https://wiki.clay-wangzhi.com/16-mysql/16.5-mysql-cun-chu-yin-qing.md)
- [16.6 用户权限和访问控制](https://wiki.clay-wangzhi.com/16-mysql/16.6-yong-hu-quan-xian-he-fang-wen-kong-zhi.md)
- [16.7 备份恢复](https://wiki.clay-wangzhi.com/16-mysql/16.7-bei-fen-hui-fu.md)
- [16.8 AB复制](https://wiki.clay-wangzhi.com/16-mysql/16.8-mysqlab-fu-zhi.md)
- [16.9 主主和keepalived](https://wiki.clay-wangzhi.com/16-mysql/16.9-mysql-de-zhu-zhu-he-keepalived.md)
- [16.10 读写分离和Amoeba](https://wiki.clay-wangzhi.com/16-mysql/16.10-mysql-du-xie-fen-li-he-amoeba.md)
- [16.11 MySQL逻辑架构](https://wiki.clay-wangzhi.com/16-mysql/16.11-mysql-luo-ji-jia-gou.md)
- [16.12 MySQL锁等待](https://wiki.clay-wangzhi.com/16-mysql/16.12-mysql-suo-deng-dai.md)
- [16.13 MySQL常见问题](https://wiki.clay-wangzhi.com/16-mysql/16.13-mysql-chang-jian-wen-ti.md)
- [16.14 MySQL bin-log日志清理](https://wiki.clay-wangzhi.com/16-mysql/16.14-mysql-binlog-ri-zhi-qing-li.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://wiki.clay-wangzhi.com/16-mysql.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.
