mariadb
Installing MariaDB 10.6 alongside MySQL 8.0.26 on Red Hat 8.5
In this article, we are installing MariaDB alongside MySQL as seen on this article. Execute the following commands to install MySQL 8. dbuser@redhat:/home/dbuser> $ sudo yum install @mysql dbuser@redhat:/home/dbuser> $ sudo systemctl enable --now mysqld dbuser@redhat:/home/dbuser> $ sudo systemctl status mysqld