Sometimes it may happen that while restarting mysql service on server you are getting below error. mysql is disabled by sys admin Try running below script to bring mysql up again /scripts/mysqlup If it’s Up then ok, but sometime it will give below error Updates for mysql /etc/mysql disabled If it is not working then go to /etc folder cd /etc Run the […]
See MoreCategory: cPanel
How to install ioping in linux server !!!
This tool lets you monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency. Login to SSH. Go to the folder where you want to download it. cd /usr/local/src Download the installation file. https://ioping.googlecode.com/files/ioping-0.6.tar.gz Extract that file using below command. tar -xzvf ioping-0.6.tar.gz Go inside that […]
See MoreHow to install MySQL Governor in plain server or without cPanel 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
See More
You must be logged in to post a comment.