You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
608 B
19 lines
608 B
2 years ago
|
#
|
||
|
# This group are read by MySQL server.
|
||
|
# Use it for options that only the server (but not clients) should see
|
||
|
#
|
||
|
# For advice on how to change settings please see
|
||
|
# http://dev.mysql.com/doc/refman/en/server-configuration-defaults.html
|
||
|
|
||
|
# 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 according to the
|
||
|
# instructions in http://fedoraproject.org/wiki/Systemd
|
||
|
|
||
|
[mysqld]
|
||
|
datadir=@MYSQL_DATADIR@
|
||
|
socket=@MYSQL_UNIX_ADDR@
|
||
|
log-error=@LOGFILE_RPM@
|
||
|
pid-file=@PID_FILE_DIR@/@DAEMON_NO_PREFIX@.pid
|
||
|
|