MariaDB is a free and open-source database management system that commonly installed as part of the famous LAMP or LEMP (Linux, Nginx, MySQL/MariaDB, PHP/Python/Perl) stack. It uses a relational database and SQL to manage its data. MariaDB is a fork and drop in replaced for Oracle MySQL server.
Topic covered:
- Installing MariaDB
- Securing MariaDB
- Creating Database
- Creating Users
- Testing MariaDB
In this tutorial, we will explain how to install the latest stable version of MariaDB on RHEL 8 server.