From a380401b053c6f4413bd26c4ae876b6033106d72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E7=A7=80=E9=92=A2?= Date: Wed, 23 Oct 2019 15:39:11 +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 --- application/command/Install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/command/Install.php b/application/command/Install.php index 0b78a35..f354d59 100644 --- a/application/command/Install.php +++ b/application/command/Install.php @@ -20,7 +20,7 @@ class Install extends Command { } /** - * 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 * @param Input $input * @param Output $output * @return int|void|null