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

修复部分BUG...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-10-31 20:00:01 +08:00
parent 67ec2a329a
commit 17a9ae06a2
5 changed files with 28 additions and 68 deletions

View File

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