From 75bf63e9fafd454b93fc21971953984762e13676 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 20 Mar 2018 10:11:29 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E5=8E=BB=E9=99=A4=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E9=85=8D=E7=BD=AE=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/database.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/database.php b/config/database.php index b80666164..f0882cd21 100644 --- a/config/database.php +++ b/config/database.php @@ -16,13 +16,13 @@ return [ // 数据库类型 'type' => 'mysql', // 服务器地址 - 'hostname' => 'ctolog.com', + 'hostname' => '127.0.0.1', // 数据库名 'database' => 'admin_v3', // 用户名 - 'username' => 'root', + 'username' => 'admin_v3', // 密码 - 'password' => 'Test12345', + 'password' => 'FbYBHcWKr2', // 端口 'hostport' => '3306', // 连接dsn