MariaDB Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 22: Line 22:


Uninstallation with state removal:
Uninstallation with state removal:
<syntaxhighlight lang="bash">
systemctl stop mariadb.service
systemctl disable mariadb.service
</syntaxhighlight>

Revision as of 03:04, 30 March 2021

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

MariaDB Configuration - Post Install

Uninstallation

Uninstallation with state removal:

systemctl stop mariadb.service
systemctl disable mariadb.service