Managing user privileges is very important for maintaining control over your databases. With cPanel, you can easily modify database user permissions to suit your specific needs. Follow the steps below…
Category: MySQL
How to Prevent users from viewing all Microsoft SQL databases
March 22, 2025 / MySQLThis article illustrates how to prevent users from viewing all Microsoft SQL databases as the users with basic public access can often view a list of all databases on the…
How to set up Database Replication in MySQL/MariaDB
March 7, 2025 / MySQLThis guide explains how to set up database replication in MySQL/MariaDB. Database replication in MySQL/MariaDB is a process that lets data from one database (Master) be replicated to another database…
How to Optimise MySQL Performance using MySQLTuner
February 10, 2025 / MySQLMySQL performance optimisation is crucial for ensuring database efficiency, stability, and speed. MySQLTuner is a powerful script that analyses your MySQL server’s configuration and provides recommendations for performance improvements. This…
How to Check and Repair a Corrupted MySQL Database Table Using SSH
November 18, 2024 / MySQL Sales FAQThis guide explains how to use MySQLcheck to repair a corrupted database table. Checking and repairing a corrupted MySQL database table using SSH ensures the integrity of the database, stopping…
How to export/import a MySQL database through SSH
November 6, 2024 / MySQLIn this article, you will learn how to export and import a MySQL database via SSH. For databases larger than 128MB, using SSH is recommended for the export/import process. …
How to use phpMyAdmin to export MySQL database
July 3, 2024 / MySQLThe article will show you how to import your MySQL database files in the Plesk control panel using phpMyAdmin. Follow the steps as given below: Log in to your Plesk…
How to reduce/shrink the SQL file size
June 16, 2024 / MySQLReducing/shrinking the SQL file size is essential for optimising database performance, saving storage space, and confirming efficient data management. Follow the steps- Open SQL Server Management Studio and right-click on…
How to Fix “MySQL Command Not Found” Error
June 14, 2024 / MySQLThis guide illustrates how to fix the “MySQL Command Not Found” error. MySQL is an open-source database management system (DBMS) that is well-matched with Linux, Windows, and MacOS. Sometimes you…
How to configure MySQL on master node
April 8, 2024 / MySQLThis guide explains how to configure MySQL on Master Node. By default, MySQL listens on the localhost and does not allow connection from the remote system. Therefore, you will need…
How to create PostgreSQL databases
April 2, 2024 / MySQLIn this article, we will explain how to create PostgreSQL databases. Follow the steps to create PostgreSQL databases: At the command line, type this command while logged in as the…
How to connect to PostgreSQL using psql
April 1, 2024 / MySQLThis guide shows you how to use a tool called psql to connect to a PostgreSQL database from your computer’s command line. It is like a special program that lets…
Find Your MySQL Version on Windows – Quick Guide
March 12, 2024 / MySQLIn this guide, we will explain how to check the MySQL version on Windows. Checking the MySQL version on Windows is crucial for ensuring compatibility, security, and effective troubleshooting of…
How to connect to a MySQL database remotely
March 4, 2024 / MySQLThis guide outlines the process of creating a user on your MySQL® server to enable remote connections to a MySQL database. Please note that the instructions provided here are for…