2015-01-12 15:34:36 +00:00
|
|
|
#
|
|
|
|
# These groups are read by MySQL server.
|
|
|
|
# Use it for options that only the server (but not clients) should see
|
|
|
|
#
|
|
|
|
# See the examples of server my.cnf files in /usr/share/mysql/
|
|
|
|
#
|
|
|
|
|
|
|
|
# this is read by the standalone daemon and embedded servers
|
|
|
|
[server]
|
|
|
|
|
|
|
|
# this is only for the mysqld standalone daemon
|
2015-01-24 23:04:17 +00:00
|
|
|
# Settings user and group are ignored when systemd is used.
|
|
|
|
# If you need to run mysqld under a different user or group,
|
|
|
|
# customize your systemd unit file for mysqld/mariadb according to the
|
|
|
|
# instructions in http://fedoraproject.org/wiki/Systemd
|
2015-01-12 15:34:36 +00:00
|
|
|
[mysqld]
|
2015-01-24 23:04:17 +00:00
|
|
|
datadir=@MYSQL_DATADIR@
|
2015-02-02 14:07:16 +00:00
|
|
|
socket=@MYSQL_UNIX_ADDR@
|
2015-01-12 15:34:36 +00:00
|
|
|
log-error=@LOG_LOCATION@
|
2015-03-06 14:59:39 +00:00
|
|
|
pid-file=@PID_FILE_DIR@/@DAEMON_NO_PREFIX@.pid
|
2015-01-12 15:34:36 +00:00
|
|
|
|
2015-01-24 23:04:17 +00:00
|
|
|
|
|
|
|
# this is only for embedded server
|
|
|
|
[embedded]
|
|
|
|
|