ganapathi / rpms / mariadb

Forked from rpms/mariadb 4 years ago
Clone
031387
[mysqld]
031387
datadir=/var/lib/mysql
031387
socket=/var/lib/mysql/mysql.sock
031387
# Disabling symbolic-links is recommended to prevent assorted security risks
031387
symbolic-links=0
031387
# Settings user and group are ignored when systemd is used.
031387
# If you need to run mysqld under a different user or group,
031387
# customize your systemd unit file for mariadb according to the
031387
# instructions in http://fedoraproject.org/wiki/Systemd
031387
031387
[mysqld_safe]
031387
log-error=/var/log/mariadb/mariadb.log
031387
pid-file=/var/run/mariadb/mariadb.pid
031387
031387
#
031387
# include all files from the config directory
031387
#
031387
!includedir /etc/my.cnf.d
031387