Blame SOURCES/server.cnf.in

80384c
#
80384c
# These groups are read by MySQL server.
80384c
# Use it for options that only the server (but not clients) should see
80384c
#
80384c
# See the examples of server my.cnf files in /usr/share/mysql/
80384c
#
80384c
80384c
# this is read by the standalone daemon and embedded servers
80384c
[server]
80384c
80384c
# this is only for the mysqld standalone daemon
80384c
[mysqld]
80384c
datadir=@MYSQL_DATADIR@
80384c
socket=@MYSQL_UNIX_ADDR@
80384c
log-error=@LOG_LOCATION@
80384c
pid-file=@PID_FILE_DIR@/@DAEMON_NO_PREFIX@.pid
80384c