jjanco / rpms / mariadb

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