From fb415ab6a2ef9e14110851ce3c582524470cb076 Mon Sep 17 00:00:00 2001 From: xurongyao Date: Fri, 7 Sep 2018 10:58:27 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81=E7=94=9F=E4=BA=A7=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/database.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/database.php b/application/database.php index 7f4831b4..8f97f7e8 100644 --- a/application/database.php +++ b/application/database.php @@ -15,11 +15,11 @@ return [ // 服务器地址 'hostname' => '127.0.0.1', // 数据库名 - 'database' => '8_21', + 'username' => 'gitcrmeb', // 用户名 - 'username' => 'root', + 'username' => 'gitcrmeb', // 密码 - 'password' => 'root', + 'password' => 'y3NfiJTjRp8PNeee', // 端口 'hostport' => '3306', // 连接dsn