Setup mariadb » Historie » Revision 2
Revision 1 (Jeremias Keihsler, 12.01.2017 11:51) → Revision 2/3 (Jeremias Keihsler, 17.03.2017 20:18)
h1. Install Procedure for mariadb h2. Requirements To install apache you will need the following: * a installed and supported operating system (e.g. CentOS 7.x) * root-access * a fast internet connection h2. Preliminary Note mariadb is a drop-in replacement for MySQL. h2. Install <pre><code class="bash"> yum install mariadb, mariadb-server mysql, mysql-server </code></pre> h2. Service <pre><code class="bash"> systemctl start mariadb systemctl enable mariadb </code></pre> h2. Hardening <pre><code class="bash"> /usr/bin/mysql_secure_installation </code></pre> h2. Firewall