In this article, we are installing MariaDB alongside MySQL as seen on this article.
Execute the following commands to install MySQL 8.
[email protected]:/home/dbuser>
$ sudo yum install @mysql
db[email protected]:/home/dbuser>
$ sudo systemctl enable --now mysqld
[email protected]:/home/dbuser>
$ sudo systemctl status mysqld
● mysqld.service -