1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

update some page...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-19 20:48:13 +08:00
parent 3340847e38
commit cdf10d5fed
3 changed files with 5 additions and 5 deletions

View File

@ -15,9 +15,9 @@ $Config ['index'] = "index.php";
// 默认使用数据库配置 *****************************************
$Config ['ConnectTag'] = 'default'; // Mysql连接标识 可同时进行多连接
$Config ['Host'] = 'localhost:3306'; // Mysql主机地址
$Config ['User'] = 'root'; // Mysql用户
$Config ['Password'] = 'ookk1904'; // Mysql密码
$Config ['Host'] = '127.0.0.1:3306'; // Mysql主机地址
$Config ['User'] = 'minecraft'; // Mysql用户
$Config ['Password'] = '325325'; // Mysql密码
$Config ['DBname'] = 'minecraft'; // 数据库名称
$Config ['CharSet'] = "UTF-8";