Blame SOURCES/server.cnf.in

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