search
HomeCMS TutorialDEDECMSHow to configure dedecms file

How to configure dedecms file

Jul 20, 2019 pm 01:21 PM
dedecmsConfiguration file

How to configure dedecms file

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 = &#39;localhost&#39;;网站地址
$cfg_dbname = &#39;data&#39;;数据库名
$cfg_dbuser = &#39;data_user&#39;;数据库用户
$cfg_dbpwd = &#39;admin&#39;;数据库连接密码
$cfg_dbprefix = &#39;dede_&#39;;数据库前缀
$cfg_db_language = &#39;gbk&#39;;数据库语言版本
?>

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!

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Chat Commands and How to Use Them
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),