Aktionen
Setup mariadb » Historie » Revision 1
Revision 1/2
| Weiter »
Jeremias Keihsler, 20.03.2021 18:36
Install Procedure for mariadb¶
Requirements¶
To install apache you will need the following:- a installed and supported operating system (e.g. Fedora 33 Workstation)
- root-access
- a fast internet connection
Preliminary Note¶
mariadb is a drop-in replacement for MySQL.
Install¶
yum install mariadb-server
Service¶
systemctl start mariadb
systemctl enable mariadb
Hardening¶
/usr/bin/mysql_secure_installation
Von Jeremias Keihsler vor mehr als 3 Jahren aktualisiert · 1 Revisionen