Blame SOURCES/server.cnf.in

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