#!/bin/bash # cat < /etc/mysql/conf.d/utf8.cnf #cp -f $MAYORDIR/install/base/mysql/utf8.cnf /etc/mysql/conf.d echo ok /etc/init.d/mysql restart if [ "x${RELEASE}" == "x9" ] then echo -e "\nMariaDB/MySQL beállítások" echo -n " futtatom a mysql_Secure_installation scriptet: " mysql_secure_installation fi