From 4e3c47e9667d68df8893c7534ebc9581196087fa Mon Sep 17 00:00:00 2001 From: kf_wuhao <15392746632@qq.com> Date: Tue, 2 Mar 2021 17:29:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/config.php b/inc/config.php index 554164e..0635bc8 100644 --- a/inc/config.php +++ b/inc/config.php @@ -2,9 +2,9 @@ $_CONFIG = array( //数据库相关 'db' =>array( - 'ip'=>'10.0.0.5', #数据库服务器IP + 'ip'=>'10.0.0.107', #数据库服务器IP 'username'=>'root', #用户名 - 'pwd'=>'87251326', #密码 + 'pwd'=>'root', #密码 'database'=>'leguevent', #数据库名 'charset'=>'utf8', #默认编码 ),