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?
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?
If you want to access MariaDB databases from other hosts, then your device must have a mariadb-client package. Problem How to install the mariadb-client… Read More »How to Install the mariadb-client in Linux?
As a sysadmin, you need a tool to monitor the MariaDB database, and one of the tools you can use is mytop. Problem How… Read More »How to Install Mytop?