[hostingoline.goline.ch] FAILED ⛔: mysql (185.54.81.13)" coming from the chkservd service.
Disable mysql to enable mariadb
# systemctl stop mysql.service
# systemctl disable mysql.service
mysql.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig mysql off
Enable and start MariaDB
# systemctl enable mariadb.service
# /scripts/restartsrv_mysql –start