To stop/restart and disable mariadb service use the following commands:Stop # sudo systemctl stop mariadb.service Restart # sudo systemctl restart mariadb.service Disable at boot time # sudo systemctl disable mariadb.service Check Status # sudo systemctl is-active mariadb.service
Category: Linux
CentOS 7 x86_64 (nginx, Dovecot, ISPConfig 3)
This tutorial shows how to prepare a CentOS 7 x86_64 server for the installation of ISPConfig 3, and how to install ISPConfig 3 on it. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: nginx web server, Postfix mail server, MySQL, BIND nameserver, PureFTPd, SpamAssassin, […]