Blame SOURCES/server.cnf.in

549713
#
549713
# These groups are read by MySQL server.
549713
# Use it for options that only the server (but not clients) should see
549713
#
549713
# See the examples of server my.cnf files in /usr/share/mysql/
549713
#
549713
549713
# this is read by the standalone daemon and embedded servers
549713
[server]
549713
549713
# this is only for the mysqld standalone daemon
549713
# Settings user and group are ignored when systemd is used.
549713
# If you need to run mysqld under a different user or group,
549713
# customize your systemd unit file for mysqld/mariadb according to the
549713
# instructions in http://fedoraproject.org/wiki/Systemd
549713
[mysqld]
549713
datadir=@MYSQL_DATADIR@
549713
socket=@MYSQL_UNIX_ADDR@
549713
log-error=@LOG_LOCATION@
549713
pid-file=@PID_FILE_DIR@/@DAEMON_NO_PREFIX@.pid
549713
549713
549713
# this is only for embedded server
549713
[embedded]
549713