dedecms has a database. The database configuration file of dedecms is in "/data/common.inc.php"; in most cases, configuration is required after the website is moved or the database configuration information is modified. In other cases, it is not required. It is recommended to modify the DEDECMS database configuration file.
The operating environment of this tutorial: Windows 10 system, DedeCMS version 5.7, Dell G3 computer.
Does dedecms have a database?
have.
Dreamweaver DEDECMS database configuration file is at:/data/common.inc.php
## $cfg_dbhost = 'localhost'; Database address, generally not needed Modify$cfg_dbname = 'dedecms01'; Database name$cfg_dbuser = 'dedecms01'; Database user, username$cfg_dbpwd = 'Wsns6XRGmPSArrlGB1GfCOZurSISZ'; Database passwordIn most cases, configuration is required after the website is moved or the database configuration information is modified. In other cases, it is not recommended to modify the DEDECMS database configuration file. Related recommendations: Dreamweaver Content Management System (DedeCms) is famous for its simplicity, practicality, and open source. It is the most well-known PHP open source website management system in China and the PHP category with the most users. After many years of development, the CMS system has made great progress in terms of functionality and ease of use. The main target users of the free version of DedeCms are targeted at personal webmasters, and its functions are more focused on personal websites or websites. For the construction of small and medium-sized portals, of course, there are also enterprise users and schools using this system. Recommended learning:The above is the detailed content of Does dedecms have a database?. For more information, please follow other related articles on the PHP Chinese website!