MySQL is disabled by sys admin while restarting MySql service

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 More

How 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

Access denied for user ‘mailwatch’@’localhost’ (using password: YES)

In MailWatch I am getting MySQL Errors such as “Could not connect to database: Access denied for user ‘mailwatch’@’localhost’ (using password: YES)”. How can I fix it? perl /usr/local/cPanel/whostmgr/docroot/cgi/mailwatch/install/mwadd.pl Above command should fix your issue.

See More