|
|
2a2834 |
[mysqld]
|
|
|
2a2834 |
datadir=/var/lib/mysql
|
|
|
2a2834 |
socket=/var/lib/mysql/mysql.sock
|
|
|
2a2834 |
# Disabling symbolic-links is recommended to prevent assorted security risks
|
|
|
2a2834 |
symbolic-links=0
|
|
|
2a2834 |
# Settings user and group are ignored when systemd is used.
|
|
|
2a2834 |
# If you need to run mysqld under a different user or group,
|
|
|
2a2834 |
# customize your systemd unit file for mariadb according to the
|
|
|
2a2834 |
# instructions in http://fedoraproject.org/wiki/Systemd
|
|
|
2a2834 |
|
|
|
2a2834 |
[mysqld_safe]
|
|
|
2a2834 |
log-error=/var/log/mariadb/mariadb.log
|
|
|
2a2834 |
pid-file=/var/run/mariadb/mariadb.pid
|
|
|
2a2834 |
|
|
|
2a2834 |
#
|
|
|
2a2834 |
# include all files from the config directory
|
|
|
2a2834 |
#
|
|
|
2a2834 |
!includedir /etc/my.cnf.d
|
|
|
2a2834 |
|