Blame SOURCES/server.cnf.in

a1be07
#
a1be07
# This group are read by MySQL server.
a1be07
# Use it for options that only the server (but not clients) should see
a1be07
#
a1be07
# For advice on how to change settings please see
a1be07
# http://dev.mysql.com/doc/refman/en/server-configuration-defaults.html
a1be07
a1be07
# Settings user and group are ignored when systemd is used.
a1be07
# If you need to run mysqld under a different user or group,
a1be07
# customize your systemd unit file for mysqld according to the
a1be07
# instructions in http://fedoraproject.org/wiki/Systemd
a1be07
a1be07
[mysqld]
a1be07
datadir=@MYSQL_DATADIR@
a1be07
socket=@MYSQL_UNIX_ADDR@
a1be07
log-error=@LOG_LOCATION@
a1be07
pid-file=@PID_FILE_DIR@/@DAEMON_NO_PREFIX@.pid
a1be07