Skip to content

Commit a2548d3

Browse files
committed
update docs
1 parent bd2c3fe commit a2548d3

7 files changed

Lines changed: 631 additions & 271 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 数据库教程
22

3-
> :1234: 数据库经验总结
3+
> 数据库经验总结
44
>
55
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/)
66
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/db-tutorial/) | [Gitee Pages](https://turnon.gitee.io/db-tutorial/)
77
8-
## :memo: 知识点
8+
## 知识点
99

1010
- 1️⃣ [关系型数据库](docs/sql/README.md)
1111
- [关系型数据库面试题](docs/sql/sql-interview.md)
@@ -17,9 +17,9 @@
1717
- [数据库中间件 flyway](docs/sql/middleware/flyway.md)
1818
- 2️⃣ [Nosql](docs/nosql/README.md)
1919
- 3️⃣ [Mysql](docs/sql/mysql/README.md)
20-
- [Mysql 命令](docs/sql/mysql/mysql-cli.md)
21-
- [Mysql 维护](docs/sql/mysql/mysql-ops.md)
2220
- [Mysql 原理](docs/sql/mysql/mysql-theory.md)
21+
- [Mysql 维护](docs/sql/mysql/mysql-ops.md)
22+
- [Mysql 配置](docs/sql/mysql/mysql-config.md)
2323
- 4️⃣ [Redis](docs/nosql/redis/README.md)
2424
- [Redis 快速入门](docs/nosql/redis/redis.md)
2525
- [Redis 持久化](docs/nosql/redis/redis-persistence.md)

docs/README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 数据库教程
22

3-
> :1234: 数据库经验总结
3+
> 数据库经验总结
44
>
55
> - 🔁 项目同步维护:[Github](https://github.com/dunwu/db-tutorial/) | [Gitee](https://gitee.com/turnon/db-tutorial/)
66
> - 📖 电子书阅读:[Github Pages](https://dunwu.github.io/db-tutorial/) | [Gitee Pages](https://turnon.gitee.io/db-tutorial/)
@@ -17,17 +17,13 @@
1717
- [数据库中间件 flyway](sql/middleware/flyway.md)
1818
- 2️⃣ [Nosql](nosql/README.md)
1919
- 3️⃣ [Mysql](sql/mysql/README.md)
20-
- [Mysql 命令](sql/mysql/mysql-cli.md)
21-
- [Mysql 运维](sql/mysql/mysql-ops.md)
2220
- [Mysql 原理](sql/mysql/mysql-theory.md)
23-
- 4️⃣ Redis
24-
- [Redis 入门指南](nosql/redis/redis.md)
21+
- [Mysql 维护](sql/mysql/mysql-ops.md)
22+
- [Mysql 配置](sql/mysql/mysql-config.md)
23+
- 4️⃣ [Redis](nosql/redis/README.md)
24+
- [Redis 快速入门](nosql/redis/redis.md)
2525
- [Redis 持久化](nosql/redis/redis-persistence.md)
2626
- [Redis 复制](nosql/redis/redis-replication.md)
2727
- [Redis 哨兵](nosql/redis/redis-sentinel.md)
2828
- [Redis 集群](nosql/redis/redis-cluster.md)
2929
- [Redis 运维](nosql/redis/redis-ops.md)
30-
31-
## 传送门
32-
33-
| [我的 Github 博客](https://github.com/dunwu/blog) | [db-tutorial 首页](https://github.com/dunwu/db-tutorial) |

docs/sql/mysql/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## :memo: 知识点
44

5-
- [mysql 维护](mysql-ops.md)
6-
- [mysql 命令](mysql-cli.md)
75
- [mysql 原理](mysql-theory.md)
6+
- [mysql 维护](mysql-ops.md)
7+
- [mysql 配置](mysql-config.md)
88

99
## 📚 学习资源
1010

docs/sql/mysql/mysql-cli.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)