Databases – Setting Up and Working with MariaDB SQL Databases
In this chapter, we will be discussing databases. In our case, this will involve going into detail about the operation of MariaDB. This is a powerful tool that allows us to store and access data for use by applications, as well as web servers. With the power of a fully functional database behind your project, you will be able to increase the functionality of your application or web server by adding a multitude of items that can be saved and accessed by these products. Things from shopping carts to member information can all be saved using MariaDB. Let’s get started with learning more about databases and MariaDB for Red Hat Enterprise Linux 8.1.
In this chapter, we’re going to cover the following main topics:
- Getting started with MariaDB for data collection storage
- Installing and configuring MariaDB on RHEL 8 manually
- Installing and configuring MariaDB on RHEL 8 using Ansible Automation...