Aktionen
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¶
dnf 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 · 2 Revisionen