Blame SOURCES/server.cnf.in

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