Aktionen
Setup mariadb » Historie » Revision 2
« Zurück |
Revision 2/3
(Vergleich)
| Weiter »
Jeremias Keihsler, 17.03.2017 20:18
Install Procedure for mariadb¶
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
Preliminary Note¶
mariadb is a drop-in replacement for MySQL.
Install¶
yum install mariadb, mariadb-server
Service¶
systemctl start mariadb
systemctl enable mariadb
Hardening¶
/usr/bin/mysql_secure_installation
Firewall¶
Von Jeremias Keihsler vor mehr als 7 Jahren aktualisiert · 2 Revisionen