Restart MariaDB / MySQL
Start MariaDB / MySQL # For Sysvinit Systems # # service mysql start or # /etc/init.d/mysql start # For Systemd Systems # # systemctl start mariadb.service or # systemctl start mysql.service or # systemctl start mariadb or # systemctl start mysql Stop MariaDB / MySQL # For Sysvinit Systems # # service mysql stop …