Sometimes, because of the Brute Force Attack we are unable to login to WHM if we are using correct details also. Then at that time try using below method. Login to server via SSH. Connect with mysql database using mysql command. It will show below output. [email protected] [/var/log]# mysql Welcome to the MySQL monitor. …
How to Uninstall MySQL Governor
How to Uninstall MySQL Governor Run the below commands to uninstall MySQL Governor /usr/share/lve/dbgovernor/install-mysql.py –delete yum erase db-governor db-governor-mysql
Upgrading MySQL Governor on CPanel, Plesk and DirectAdmin server
Upgrading MySQL Governor on CPanel, Plesk and DirectAdmin server Run the below command to update MySQL Governor yum update db-governor db-governor-mysql –enablerepo=cloudlinux-updates-testing Run the below command to restart the service service db_governor restart
MySQL Governor installation in without control panel server
MySQL Governor installation in without control panel server Run the below command to install MySQL Governor in plain server or without control panel server. yum install db-governor –enablerepo=cloudlinux-updates-testing yum update mysql-server mysql-devel mysql –enablerepo=cloudlinux-updates-testing Add the below line in my.cnf with root password [dbgovernor] Run the below command to start. service db_governor restart
How to install MySQL Governor on CPanel, Plesk and DirectAdmin
How to install MySQL Governor on CPanel, Plesk and DirectAdmin MySQL governor is set of utilities to monitor and restrict MySQL usage in shared hosting environment. The monitoring is done via USER_STATISTICS table that is available in CloudLinux version of MySQL as well as via tracking of slow queries. To install MySQL governor on cPanel server …
How to install CageFS in Cloud Linux
How to install CageFS in Cloud Linux CageFS is a virtualized file system and a set of tools to contain each user in its own ‘cage’. Each customer will have its own fully functional CageFS, with all the system files, tools, etc. CageFS was previously known as SecureLVE. The benefits of CageFS are: Only …
Cannot Login plesk after installation
Cannot Login plesk after installation or reset plesk admin password Login to SSH. Run the below command /usr/local/psa/bin/init_conf –set-admin-password -passwd NEW_PASSWORD
Exim causing load on server
Exim causing load on server Login to server via SSH. Once login then login to mysql [email protected] [~]# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1851 Server version: 5.1.65-cll MySQL Community Server (GPL) Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved. …
Error: rpmdb open failed
Error: rpmdb open failed If you are running easyapache and getting the below error or while updating any package using yum and getting the error: TypeError: rpmdb open failed TypeError: rpmdb open failed Solution: Go to the below folder cd /dev/ Rename unrandom file. mv urandom urandom-bak Recreate the file using below command …
How to create account using SSH in cpanel
How to create account using SSH in cpanel Login to server via SSH. Use cpanel create account script. Syntax: /scripts/createacct domainname.com username password Example: /scripts/createacct elinux.co.in elinuxco q1w2e3r4 It will prompt for ok? Press y The above information is enough to create a temporary cpanel account. It will show the below output. +===================================+ | …