How to Install MariaDB on SLES 12
Introduction This tutorial covers How to Install MariaDB on SLES 12 on SLES 12. SLES 12 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Step 1 — Install MariaDB zypper install -y mariadb mariadb-server Step 2 — […]