summaryrefslogtreecommitdiffstats
path: root/my.cnf
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2011-12-10 17:27:53 +0100
committerRemi Collet <fedora@famillecollet.com>2011-12-10 17:27:53 +0100
commitfb0af127d344a3ff35f7f4238687e5885a908287 (patch)
treeb8d7fec5e5c7197ca6fec908a351dd724cf519de /my.cnf
parentdba1c6658225ebe24d598fa5f58a874d36264996 (diff)
mysql 5.5.18, sync with rawhide
Diffstat (limited to 'my.cnf')
-rw-r--r--my.cnf8
1 files changed, 7 insertions, 1 deletions
diff --git a/my.cnf b/my.cnf
index 5f815ea..aa5efe7 100644
--- a/my.cnf
+++ b/my.cnf
@@ -1,7 +1,13 @@
[mysqld]
+# Settings user and group are ignored when systemd is used (fedora >= 15).
+# If you need to run mysqld under different user or group,
+# customize your systemd unit file for mysqld according to the
+# instructions in http://fedoraproject.org/wiki/Systemd
+user=mysql
+
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
-user=mysql
+
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0