添加more标签

This commit is contained in:
fanxb 2019-04-26 09:53:18 +08:00
parent 642aa5cdb5
commit 37f3291cd0
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@ categories:
  本教程基于 ubuntu 18.04(其他的 linux 理论上也是可以的知识安装的软件包不一样。用到的主要软件为postfix,dovecot,mysql.废话不多说,下面是教程:
<!-- more -->
# 前置条件
- mysql 数据库。本教程中使用 mysql 存储域名,用户信息等。

View File

@ -20,6 +20,8 @@ categories:
select * from student where code='2333'
```
<!-- more -->
加入 code 列上建立有索引mysql 将使用该索引找到值为'2333'的数据行,然后读取数据行的所有数据返回。
## 索引类型