|
|
4b7078 |
[mysqld]
|
|
|
4b7078 |
datadir=@MYSQL_DATADIR@
|
|
|
4b7078 |
socket=/var/lib/mysql/mysql.sock
|
|
|
4b7078 |
# Disabling symbolic-links is recommended to prevent assorted security risks
|
|
|
4b7078 |
symbolic-links=0
|
|
|
4b7078 |
# Settings user and group are ignored when systemd is used.
|
|
|
4b7078 |
# If you need to run mysqld under a different user or group,
|
|
|
4b7078 |
# customize your systemd unit file for mysqld/mariadb according to the
|
|
|
4b7078 |
# instructions in http://fedoraproject.org/wiki/Systemd
|
|
|
4b7078 |
|
|
|
4b7078 |
# Settings for particular implementations like MariaDB are defined
|
|
|
4b7078 |
# in appropriate sections; for MariaDB server in [mariadb] section in
|
|
|
4b7078 |
# @INSTALL_SYSCONF2DIR@/server.cnf (part of mariadb-server).
|
|
|
4b7078 |
# It doesn't matter that we set these settings only for [mysqld] here,
|
|
|
4b7078 |
# because they will be read and used in mysqld_safe as well.
|
|
|
4b7078 |
log-error=@LOG_LOCATION@
|
|
|
4b7078 |
pid-file=@PID_FILE_DIR@/@DAEMON_NAME@.pid
|
|
|
4b7078 |
|
|
|
4b7078 |
[mysqld_safe]
|
|
|
4b7078 |
|
|
|
4b7078 |
#
|
|
|
4b7078 |
# include all files from the config directory
|
|
|
4b7078 |
#
|
|
|
4b7078 |
!includedir @INSTALL_SYSCONF2DIR@
|
|
|
4b7078 |
|