Some friends need to modify the database configuration when changing the website space and Dede database. Such as database prefix, database name, etc.
Where can I find the Dede database configuration file?
The path where the Dede database configuration file is located is: /data/common.inc.php
Modification method:
Download this file using ftp and edit it with notepad.
Related recommendations: "dedecms tutorial"
The following is the content of the dede database configuration file:
<?php //数据库连接信息 $cfg_dbhost = 'localhost';网站地址 $cfg_dbname = 'data';数据库名 $cfg_dbuser = 'data_user';数据库用户 $cfg_dbpwd = 'admin';数据库连接密码 $cfg_dbprefix = 'dede_';数据库前缀 $cfg_db_language = 'gbk';数据库语言版本 ?>
Modify it according to your needs Can!
The above is the detailed content of How to configure dedecms file. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

ZendStudio 13.5.1 Mac
Powerful PHP integrated development environment

Zend Studio 13.0.1
Powerful PHP integrated development environment

Notepad++7.3.1
Easy-to-use and free code editor
