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