How to Display MariaDB Database Metric Values?
I want to see the metric values of my MariaDB database. Problem How to display MariaDB database metric values? Solution As far as… Read More »How to Display MariaDB Database Metric Values?
I want to see the metric values of my MariaDB database. Problem How to display MariaDB database metric values? Solution As far as… Read More »How to Display MariaDB Database Metric Values?
The previous article explained the mysqltuner script to provide recommendations to increase MariaDB performance. This article will explain the primary-tuning script, which is an alternative… Read More »How to Install and Run tuning-primer?
If you have a MariaDB database, then you definitely want the performance of the database to improve. Therefore, you should have done several configurations to… Read More »How to Install And Run mysqltuner?
By default, MariaDB uses port 3306. I want to change the default port to another port for security reasons. Problem How to change MariaDB… Read More »How to Change MariaDB Port?
By default, PostgreSQL uses port 5432. But for security’s sake, I want to change the default port to another one. Problem How to change… Read More »How to Change the Default Port in PostgreSQL?
Just as MariaDB requires the mariadb-client package to connect other hosts to a MariaDB database, PostgreSQL also requires the postgresql-client package to connect other hosts… Read More »How to Install postgresql-client on Linux?
The previous article already explained how to access a MariaDB database from localhost. This article will explain how to access the MariaDB database from another… Read More »How to Access a MariaDB Database From Another Host?