Tag : MySQL

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 cPanel provides an easy way to back up and restore MySQL databases directly from the control panel. Regular database backups help protect website data and simplify recovery during migrations or troubleshooting. Prerequisites Before proceeding, ensure: Implementation I. Backup MySQL Database Step 1: login to cPanel account. Step 2: Select Backup in the Files section of the main page. ..

Read more

Introduction Resetting the MySQL root password in WHM (WebHost Manager) is a common administrative task performed when the current password is lost, compromised, or needs to be updated for security reasons. The MySQL root user has full control over all databases on the server, so maintaining its security is critical. WHM provides built-in tools that ..

Read more

Introduction: Remote MySQL allows external servers or applications to connect to your database hosted on cPanel. This is useful when your application is hosted on a different server than your database or when you need external access for development, reporting, or integration purposes. This guide explains how to securely configure remote MySQL access using cPanel. ..

Read more