[Solved] How to Install EPEL Repository in Rocky Linux

In this tutorial, we will learn about How to install EPEL Repository in Rocky Linux. Rocky Linux is a Linux distribution that comes with strong community support. In Rocky Linux, to enhance the software ecosystem, the EPEL (Extra Packages for Enterprise Linux) repository becomes invaluable. The EPEL repository provides a collection of additional high-quality packages … Read more

[ MariaDB ] How to Reset root User Password

In this tutorial, we will learn about how to reset root user password in MariaDB database system. When we install the MariaDB first time in the system, it does not require password to login to the database as root user. But this is never recommended in production. We always create new users each having its … Read more

How to Create Database in MariaDB [Step by Step Guide]

In this tutorial, we will learn about how to create database in MariaDB using step by step guide. Those who comes from database background already known that MariaDB uses SQL for database operations. SQL stands for Structured Query Language which is used to access and manipulate databases. SQL commands are categorized into 5 broader categories. … Read more

How to Install MariaDB in Linux [5 Easy Steps]

In this tutorial, we will learn about how to install MariaDB in Linux using 5 easy steps. There are many database management system technologies available like MySQL, PostgreSQL, SQLite, MariaDB, Oracle Database etc. Databases are used in any application for storing the data. Each of the mentioned databases has its own features to offer along … Read more