Home>Article>CMS Tutorial> Where is the phpcms database configured?
The phpcms database is configured in the "database.php" file. The search method is: first open the website source code file and find the "caches" folder in the source code file; then find the "configs" folder; finally Find the "database.php" file and open it for configuration.

phpcmsThe database configuration file of the v9 website
is used ftp upload tool, open your own website source code file

Find the 'caches' folder in the source code file

Open Find the 'configs' folder after the 'caches' folder

Find the database.php file after finding the 'configs' folder

Save the database.php file to the desktop and use software to open the file

At this time we can start to configure the file. We configure the database name, data Just fill in the correct name and database password to complete

The above is the detailed content of Where is the phpcms database configured?. For more information, please follow other related articles on the PHP Chinese website!