MariaDB Installation
Jump to navigation
Jump to search
Internal
Prerequisites
- The host name should be resolvable with resolveip.
RHEL 7
yum install mariadb-server mariadb
⚠️ After installation, makes sure you go through the post install steps, described below.
Post-Install
Uninstallation
Uninstallation with state removal:
systemctl stop mariadb.service
systemctl disable mariadb.service
yum remove mariadb-server mariadb