480-php+mysql无忧夺宝购物商城源码
1、导入 duobao.sql 数据库
2、修改配置文件 system\config\database.inc.php
<?php
return array(
'default' => array (
'hostname' => 'localhost',
'database' => 'yungoucms', yungou数据库名
'username' => 'root', root数据库用户名
'password' => 'root', root数据库密码
'tablepre' => 'go_',
'charset' => 'utf8',
'type' => 'mysql',
'debug' => true,
'pconnect' => 0,
'autoconnect' => 0
),
);
?>
3、后台地址 你的网址/?admin
用户名 admin 密码 123456
PHP + MYSQL


本源码地址:http://www.codehy.com/vip/php/2019/0502/19074.html