How to Enable The Slow Query Log

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 […]

See More
Redirect Domain

Domain Redirect to Subdirectory Without Changing URL: Domain Redirect

The simple way to Domain redirect to subfolder without changing the URL A)  Domain Redirect and keep everything after the URL Show all of the same content on one URL as you would another. For example, if you just changed your domain to DomainB.com, but you still have plenty of visitors coming to DomainA.com, you […]

See More
Web_Hosting_Provider

What You Need From Web Hosting Provider? Know This 7 Points.

Being an owner of an online business, you always strive to be better than your competitor, and failing so will create a huge impact on your web traffic, user conversion rate, and ultimately on your revenue. Selecting proper web hosting for your website or application will improve your online presence very effectively. Therefore, in today’s […]

See More