Introduction: MySQL’s slow query log makes it easy to track SQL queries that take more than a specific time for execution. This allows you to find inefficient SQL queries that can be optimized to improve database performance. Prerequisite: Implementation: Step 1: SSH the server with the user having sudo privileges… Continue Reading How to enable the slow query log – Mysql in Linux

How to configure skeleton directory in WHM Date Posted: 25-10-2018 In this tutorial ,we will explain about the skeleton directory feature in WHM panel.  But if you want to add some welcome page or documentation page for all the new accounts then you have to use skeleton directory in WHM.… Continue Reading How to configure skeleton directory in WHM

Step 1: Download the latest WordPress file (Download | WordPress.org) Step 2: Log in to your cPanel. And click “File Manager” in the file section Step 3: Goto Domain folder Steps 4: Click on upload and select the downloaded wordpress zip file,Right click on the zip file and click on extract Step… Continue Reading How to install WordPress in cPanel without Softaculous

How to solve the Bind dns service error in cPanel server Date: 08-05-2021 Step 1: Login to server via SSH. Step 2: You should update the kernel version in the server by using below command.# yum update kernel Step 3: You can run below command to switch Bind service. Press… Continue Reading How to solve the Bind dns service error in cPanel CentOS server

How to view PHP version for the domain in Cpanel Date:03-05-2020 Introduction: PHP is a popular general-purpose scripting language that is especially suited to web development. It is a server-side scripting language. It is used to develop static websites or dynamic websites or web applications. PHP stands for Hypertext Pre-processor. Step – 1: Log into… Continue Reading How to view PHP version for the domain in Cpanel

Download and setup installatron on cPanel/WHM Date published: 11-12-2019 Hello!! In this article, let us see how to download and install setup installatron on cPanel/WHM. Step 1: Install installatron Execute the below commands from the SSH root command prompt Choose the appropriate commands for the packages accordingly. For any type of server,… Continue Reading Download and setup installatron on cPanel/WHM

How to export/import emails in cPanel webmail? Date: 22-11-2019 Hello!! do you want to know how to export your emails from your account and import the same in cPanel webmail? Let us see the step by step process in detail Step 1: Let us assume, we have a mail account… Continue Reading HOW TO EXPORT/IMPORT EMAILS IN CPANEL WEBMAIL

PHP Fatal error: Class ‘ZipArchive’ not found Date: 19/09/2019 Introduction PHP fatal error on ‘zip Archive’ not found clearly shows that the zip extension has to be installed for zipArchive class to be present. Moreover, the solution is to install the PHP zip extension on your server. Install PHP Zip Extension If your webserver… Continue Reading PHP Fatal error: Class ‘ZipArchive’ not found