打开/data/common.inc.php这个文件就是
<?php
//数据库连接信息
$cfg_dbhost = 'localhost'; //数据库地址
$cfg_dbname = 'dedetest';//数据库名称
$cfg_dbuser = 'root';//数据库用户名
$cfg_dbpwd = 'root';//数据库密码
$cfg_dbprefix = 'dede_';//数据库表前缀
$cfg_db_language = 'gbk';//编码
?>
打开/data/common.inc.php这个文件就是
<?php
//数据库连接信息
$cfg_dbhost = 'localhost'; //数据库地址
$cfg_dbname = 'dedetest';//数据库名称
$cfg_dbuser = 'root';//数据库用户名
$cfg_dbpwd = 'root';//数据库密码
$cfg_dbprefix = 'dede_';//数据库表前缀
$cfg_db_language = 'gbk';//编码
?>