The website system needs to be modified in two locations: Discuz and UC-center ① path:/wwwroot/config/config_global.php, depending on the path where your website is installed. Open the config_global.php file and modify: $ _ config [db] [1] [dbpw] the original password. the original password is changed to the new database password. ② Path:/www
The website system must be modified in two locations: Discuz and UC-center.
① Path:/wwwroot/config/config_global.php, depending on the path of your website installation.
Open the config_global.php file and modify: $ _ config ['DB'] ['1'] ['dbpw '] = 'old password ';
The original password is changed to the new database password.
② Path:/wwwroot/uc_server/data/config. inc. php
Open the config. inc. php file and modify: define ('UC _ DBPW ', 'old password'). The original password is changed to the new database password.
③ Path:/wwwroot/config/config_ucenter.php
To open the config_ucenter.php file, you also need to modify: define ('UC _ DBPW ', 'old password ');
The original password is changed to the new database password. Without modification, users, including administrators, cannot log on. this is the user logon management password.
The entire forum has resumed normal access.