How to Install Mytop?
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?
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?
By default, if you want to access the MariaDB database, then you have to access it using the CLI. However, this method is a bit… Read More »How to Install PHPMyAdmin on Linux?
The previous articles have explained how to perform a database backup in MariaDB. This article will explain how to perform a database restore in MariaDB.… Read More »How to Restore the Database in MariaDB?
I want to back up the database in MariaDB. Problem How to back up the database in MariaDB? Solution Before doing a backup,… Read More »How to Back up the Database in MariaDB?
If you are a user of the MariaDB database, you should know about the term storage engine. Problem How to display the storage engine… Read More »How to Display the Storage Engine in MariaDB?
By default, in MariaDB, 4 databases are automatically created by the database system, namely information_schema, mysql, performance_schema, and sys. But I just want to display… Read More »How to Display All Databases Created by the User in MariaDB?
I want to know the total size of the entire MariaDB database. Problem How to display the total size of the entire MariaDB database… Read More »How to Display the Total Size of the Entire MariaDB Database in the CLI?