How to Enable MySQL Slow Query Log in a cPanel/WHM Linux server

To MySQL enable slow query log in cPanel server, you can use the following steps. Add the following to /etc/my.cnf file on the server. # vi /etc/my.cnf log-slow-queries=/var/lib/mysql/slow.log After that, do the following commands to create the file with the right ownership and file permissions # touch /var/lib/mysql/slow.log # chmod 660 /var/lib/mysql/slow.log # chown mysql:mysql […]

Delete Messages in MailEnable Manually From Outbound SMTP Lined Folder

MAILENABLE is a popular mail application server used over windows based server, compatible with dedicated and VPS hosting. This is a special Mail application server that works perfectly with Plesk and plain control panel too. Sometimes due to any technical faults administrator may need to clear the outgoing mail queue of the server to avoid […]

Tomcat: Easy apache 4 How to add/enable on cPanel / Cloudlinux Server.

INSTALLING TOMCAT ON cPanel SERVER PART A We can install tomcat on cPanel server easily from easyapache 4. Login to WHM Panel >>> Software >>> EasyApache 4 >>> Then click on “Customize” button present in front of “Currently Installed Packages” >>> Then Click on “Additional Packages” option present at left hand side >>> Select Tomcat […]