MariaDB Installation: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=RHEL 7=
=RHEL 7=


<pre>
<syntaxhighlight lang='bash'>
yum install mariadb-server mariadb
yum install mariadb-server mariadb
</pre>
</syntaxhighlight>
 
⚠️ After installation, makes sure you go through the post install steps, described below.


=Post-Install=
=Post-Install=


{{Internal|MariaDB_Configuration#Post-Install|MariaDB Configuration - Post Install}}
{{Internal|MariaDB_Configuration#Post-Install|MariaDB Configuration - Post Install}}

Revision as of 23:11, 29 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