From 3568ff021f91bd230eb252de3462e5e21b421bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E8=B1=AA?= <6383846@qq.com> Date: Thu, 22 Sep 2022 09:33:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'plugin/admin/config/datab?= =?UTF-8?q?ase.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/admin/config/database.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/admin/config/database.php b/plugin/admin/config/database.php index ed28275..d0b5c5f 100644 --- a/plugin/admin/config/database.php +++ b/plugin/admin/config/database.php @@ -6,9 +6,9 @@ return [ 'driver' => 'mysql', 'host' => '127.0.0.1', 'port' => '3306', - 'database' => 'admin', - 'username' => 'root', - 'password' => 'qwe904799077', + 'database' => '', + 'username' => '', + 'password' => '', 'charset' => 'utf8mb4', 'collation' => 'utf8mb4_general_ci', 'prefix' => '',