If you are getting Too many MySQL connections error for your site, use following command to flush the connections. mysqladmin flush-hosts It will help to resolve this issue. Thanks.
See MoreTag: web hosting
Account not listing in WHM >> List Account
If you can not see user’s account in WHM >> List account, please use following steps to fix it. Check the following files : 1. Check if the domain is present in this list /etc/userdomains 2.Username should be replaced by the actual username ls /var/cPanel/users/username 3. Check if this file exists /var/cpanel/users/username If all the […]
See MoreHow to use RPM command
To install and uninstall RPMs, use RPM command as follows. rpm -qa | grep pakage-name rpm -e pkgname rpm -ivh pkgname You can also use YUM to install/uninstall rmp pkgs yum remove bind* yum install bind*
See More