咨询热线:4006-75-4006
售前:9:00-23:30 备案:9:00-18:00 技术:7*24h
常见程序的数据库链接文件所在处(默认Web为站点根目录):
WordPress网站数据库链接文件:web/wp-config.php
ThinkPHPv3.2.3网站数据库链接文件:web/ThinkPHP/Conf/convention.php
ThinkPHPv5.0.2网站数据库链接文件:web/thinkphp/convention.php
帝国CMS系统网站数据库配置文件路径:web/e/class/config.php
ECShop系统网站数据库配置文件路径:web/data/config.php
ShopEX系统网站数据库配置文件路径:web/config/config.php
DEDECMS(织梦)系统网站数据库配置文件路径:web/data/ common.inc.php
Joomla! 系统网站数据库配置文件路径:web/configuration.php
php168系统网站的数据库配置文件路径:web/php168/mysql_config.php
.Net程序的网站一般web/web.config文件是数据库配置文件
phpcms系统的数据库配置文件路径:web/include/config.inc.php
phpwind 8.0 系统的数据库配置文件路径:/data/sql_config.php
phpweb系统的数据库配置文件路径:web/config.inc.php
康盛 UCenter的数据库配置文件路径: web/data/config.inc.php
UCH 系统的数据库配置文件路径:web/config.php
HDWiki 系统的数据库配置文件路径:web/config.php
Discuz! 系统的数据库配置文件路径:web/config.inc.php
discuz论坛系统的网站的数据库配置文件一般3个,分别为:
web/uc_server/data/config.inc.php
web/config/config_global.php
web/config/config_ucenter.php
CmsEasy网站的数据库配置文件一般2个,分别为:
1、config/config.php
'user'=>'root',//用户名
'password'=>'asd123',//密码
2、/celive/include/config.inc.php
$config['username'] = 'root';
$config['password'] = 'asd123';
这两处修改对了才能正常使用,不然就会报出错误