2015-01-12 15:34:36 +00:00
|
|
|
#
|
2018-04-26 08:27:31 +00:00
|
|
|
# This group are read by MySQL server.
|
2015-01-12 15:34:36 +00:00
|
|
|
# Use it for options that only the server (but not clients) should see
|
|
|
|
#
|
2018-04-26 08:27:31 +00:00
|
|
|
# For advice on how to change settings please see
|
|
|
|
# http://dev.mysql.com/doc/refman/en/server-configuration-defaults.html
|
2015-01-12 15:34:36 +00:00
|
|
|
|
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,
|
2018-04-26 08:27:31 +00:00
|
|
|
# customize your systemd unit file for mysqld according to the
|
2015-01-24 23:04:17 +00:00
|
|
|
# instructions in http://fedoraproject.org/wiki/Systemd
|
2018-04-26 08:27:31 +00:00
|
|
|
|
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
|
|
|
|