milis/talimatname/genel/mariadb/mariadb.kur-kos

6 lines
351 B
Plaintext
Raw Normal View History

2016-03-23 22:58:39 +01:00
. /lib/lsb/init-functions
2016-02-24 01:27:23 +01:00
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}"
printf "# mysql_install_db --basedir=/usr --datadir=/srv/mysql --user=mysql\n"
printf "# chown -R mysql:mysql /srv/mysql\n"