From ea1444717b19baec8ccb2aa07f10c991a55ed473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 8 Jul 2023 20:35:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B9=E7=9B=AE=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3acac2733..5442304e8 100644 --- a/readme.md +++ b/readme.md @@ -84,7 +84,7 @@ php think run --host 127.0.0.1 ## 数据库安装 -1. 创建空的数据库,**Sqlite** 不需要创建; +1. 创建空的数据库,其中 **Sqlite** 不需要创建; 2. 将数据库配置到 **config/database.php** 文件; 注意:数据库参数修改,除了要修改连接参数,还需要切换 **default** 默认连接名称,如下面的 **mysql**、**sqlite** 等。