How to Optimise MySQL Performance using MySQLTuner

February 10, 2025 / MySQL

MySQL 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…

Read More

Spread the love

How to reduce/shrink the SQL file size

June 16, 2024 / MySQL

Reducing/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…

Read More

Spread the love

How to configure MySQL on master node

April 8, 2024 / MySQL

This 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…

Read More

Spread the love

How to create PostgreSQL databases

April 2, 2024 / MySQL

In 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…

Read More

Spread the love