Run the following command to install MariaDB:
sudo yum -y install mariadb mariadb-serverTo start and enable it so that it starts again post reboot:
systemctl start mariadb.serviceFinally, run this script (and follow the steps therein) to finalize the installation:
systemctl enable mariadb.service
mysql_secure_installationI'm not entirely, if anything else is required by this objective to be honest and I'm a bit rusty with Linux, which is why I started with something easy.
No comments:
Post a Comment