织梦后台的一些问题

安装时的数据库信息:common.inc.php

<?php
//数据库连接信息
$cfg_dbhost = 'localhost';
$cfg_dbname = 'dedecmsv56gbk';
$cfg_dbuser = 'root';
$cfg_dbpwd = '123456';
$cfg_dbprefix = 'dede_';
$cfg_db_language = 'gbk';
?>

$cfg_dbhost是本地连接,$cfg_dbname是数据库名,$cfg_dbuser是数据库用户名,$cfg_dbpwd是数据库密码,$cfg_dbprefix是数据表前缀,$cfg_db_language是数据库编码。

重新安装织梦系统:删除/install下的index.html、install_lock.txt文件,修改index.php.bak为index.php

猜你喜欢

转载自webcelement.iteye.com/blog/1567523
今日推荐