diff --git a/utils/mariadb.sh b/utils/mariadb.sh index a0a8960..cc27b31 100644 --- a/utils/mariadb.sh +++ b/utils/mariadb.sh @@ -10,8 +10,8 @@ sudo cp ${SCRIPT_ROOT}/conf/my.cnf /etc/my.cnf sudo cp ${SCRIPT_ROOT}/conf/server.cnf /etc/my.cnf.d/server.cnf echo "Install and start service..." -sudo systemctl restart php-fpm.service -sudo systemctl enable php-fpm.service +sudo systemctl restart mariadb.service +sudo systemctl enable mariadb.service # Configure MariaDB echo "Configuring MariaDB..."