From ea7e59a375dab6997ec2cfce98022139005544ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=A7=80=E9=92=A2?= Date: Thu, 24 Oct 2019 11:47:12 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93=E7=BC=96=E7=A0=81utf8mb4?= 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 19ec754..82323fd 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ composer create-project apiadmin/apiadmin4 > 第二步:检测环境以及配置数据库 ``` -php think apiadmin:install --db mysql://root:123456@127.0.0.1:3306/apiadmin#utf8 +php think apiadmin:install --db mysql://root:123456@127.0.0.1:3306/apiadmin#utf8mb4 ``` > 第三步:数据库迁移