
DEDECMS program, the original program deleted the admin and special folders, and it was restored here. The data is for November 2019.
The best version of php recommended 5.3!
1. Use the database management tool navicat or phpmyadmin to import the sql database files in the root directory
2. Modify the information in the database configuration file data/config.php to your own:
$config[\'db\'][\'master\'][\'host\'] =\'127.0.0.1\'; //database address for win host 127.0.0.1 localhost for linux host
$config[\'db\'][\'master\'][\'username\'] =\'root\';//database account
$config[\'db\'][\'master\'][\'password\'] =\'root\';//database password
$config[\’db\’][\’master\’][\’port\’] = \’3306\’;
$config[\'db\'][\'master\'][\'database\'] =\'www123456\';//database name
3. Open the site, the default account password is admin 123456
For the convenience of everyone, all the databases have been directly placed in the folder www123456, and you can just copy and paste it directly into the local folder.
Comments0