Archives : April-2026

Introduction The max_connections setting in MySQL defines the maximum number of simultaneous database connections allowed on the server. If this limit is too low, users may face “Too many connections” errors. By default, MySQL sets this value to 151 connections. Prerequisites Before making changes, ensure you have: a. Root access to the server (SSH or ..

Read more

Introduction The Email Suspend Login function in cPanel allows administrators to immediately prevent a user from logging into their email account. This is useful for situations where an account may be compromised, inactive, or requires temporary access restriction. Key points: Prerequisites Before using the suspend_login function, ensure the following: Steps / Usage 1. Prepare the ..

Read more

Introduction:This guide explains how to reduce disk usage caused by mysql-bin log files in /var/lib/mysql. Binary logs store database changes and can grow quickly on active servers, filling disk space.By configuring log expiration, old logs will be automatically removed. Prerequisites: Step 1:Log in to the server or access the terminal via WHM. $ ssh root@your-server-ip ..

Read more