wangtengyu
2018-12-03 67d758226ea81cf6cbb11a9347d789e64937e1cd
数据库配置 by 王腾宇
1 files modified
8 ■■■■ changed files
data/config.php 8 ●●●● patch | view | raw | blame | history
data/config.php
@@ -1,15 +1,15 @@
<?php
// database host
$db_host   = "localhost:3306";
$db_host   = "122.114.239.145:3306";
// database name
$db_name   = "new-mall";
$db_name   = "ec_shop";
// database username
$db_user   = "root";
$db_user   = "jiuding";
// database password
$db_pass   = "123456";
$db_pass   = "jiuding@iemsoft";
// table prefix
$prefix    = "ecs_";