# 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)
