. lib/lsb/init-functions
log_warning_msg "${WARNING} Create a /etc/mysql/my.cnf  by comparing it with /etc/mysql/my.cnf.example ${NORMAL}"
log_warning_msg "${WARNING} Create a database if need by run the command: ${NORMAL}"
log_info_msg2 "${WARNING} To activate MariaDB Server, pass ${INFO} systemctl enable --now mysqld  ${NORMAL}"
chown -R mysql:mysql /srv/mysql
mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql
/bin/systemd-tmpfiles --create mysqld.conf
