Category: Other

How to Reset WDCP and MySQL Admin Passwords in WDCP Control Panel

For whatever reason, many of you using the WDCP management panel on your VPS/server have probably encountered a situation where you forgot the MySQL ROOT account password and needed a fix, or even forgot the WDCP backend admin login password. These issues are fairly simple to resolve, and all you need is a good …

Quick WDCP Installation via RPM Package Method

The wdlinux panel installation via compilation can take a few hours, and the compilation process itself is particularly troublesome. The RPM package method can finish installation in about 20 minutes, though PHP is limited to version 5.2. Below we use the RPM package installation as an example. The official website installation address is:
http://www.wdlinux.cn/wdcp/install …

How to Add pdo_mysql Module to PHP in WDCP

The default PHP installation only includes the commonly used default modules; some less common or infrequently used ones are not installed. Below, we’ll use the wdlinux panel to install pdo-mysql as an example. After successful installation, you can detect it through a PHP probe: wget http://pecl.php.net/get/PDO_MYSQL-1.0.2.t …