For whatever reason, there should be a lot of friends in their own vps/server using the WDCP Management panel when there are forgotten MySQL root account management password in the search for solutions, and even forget WDCP admin login password. These problems are relatively simple, only need us to have a good solution to the idea, of course, if you worry about solving problems can also find a blacksmith to help solve.
First, reset the WDCP panel root mysql password
first, we want to make sure that we are using the latest version of the WDCP management panel, which the blacksmith had previously shared WDCP installation method. We SSH login to our VPS host, and then enter the following command.
[Root@localhost ~]# sh/www/wdlinux/tools/mysql_root_chg.sh
After a while we can see this interface, the reset password appears.
This way we can login to our MySQL database management via Ip:8080/phpmyadmin!
Second, reset the WDCP background login password
Open Ip:8080/phpmyadmin Login to our WDCP database management interface, if we have knowledge of the root MySQL password directly login, if not know, or forget, then refer to the first step reset.
Then locate the WDCPDB database and modify the corresponding admin field for the Wd_member table.
Edit this table, click on the previous editor, and then enter the table to modify the passwd
Replace the value of passwd, replace with "2daba6e4503603adfba4341bc607d35f" Save after we log on to the WDCP panel again
The code is the blacksmith's set of
tiejiang.org .
After login, we can set the WDCP admin password that we want according to our own needs.