mariadb/my.cnf.in

30 lines
1.2 KiB
Plaintext
Raw Normal View History

2013-01-10 17:35:12 +00:00
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# 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
2013-01-10 17:35:12 +00:00
# Currently, there are mariadb and community-mysql packages in Fedora.
# This particular config file is included in respective RPMs of both of them,
# so the following settings are general and will be also used by both of them.
# Otherwise the RPMs would be in conflict.
# Settings for particular implementations like MariaDB are then
# defined in appropriate sections; for MariaDB server in [mariadb] section in
2014-08-05 05:29:17 +00:00
# @INSTALL_SYSCONF2DIR@/server.cnf (part of mariadb-server).
# It doesn't matter that we set these settings only for [mysqld] here,
# because they will be read and used in mysqld_safe as well.
log-error=@LOG_LOCATION@
pid-file=@PID_FILE_DIR@/@DAEMON_NAME@.pid
2013-01-10 17:35:12 +00:00
[mysqld_safe]
2013-01-10 17:35:12 +00:00
#
# include all files from the config directory
#
2014-08-05 05:29:17 +00:00
!includedir @INSTALL_SYSCONF2DIR@
2013-01-10 17:35:12 +00:00