|
|
6f9931 |
[mysqld]
|
|
|
6f9931 |
datadir=/var/lib/mysql
|
|
|
6f9931 |
socket=/var/lib/mysql/mysql.sock
|
|
|
6f9931 |
# Disabling symbolic-links is recommended to prevent assorted security risks
|
|
|
6f9931 |
symbolic-links=0
|
|
|
6f9931 |
# Settings user and group are ignored when systemd is used.
|
|
|
6f9931 |
# If you need to run mysqld under different user or group,
|
|
|
6f9931 |
# customize your systemd unit file for mysqld according to the
|
|
|
6f9931 |
# instructions in http://fedoraproject.org/wiki/Systemd
|
|
|
6f9931 |
|
|
|
6f9931 |
[mysqld_safe]
|
|
|
6f9931 |
log-error=/var/log/mysqld.log
|
|
|
6f9931 |
pid-file=/var/run/mysqld/mysqld.pid
|