summaryrefslogtreecommitdiff
path: root/support-files/rpm
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-06-15 10:26:06 +0200
committerSergei Golubchik <sergii@pisem.net>2012-06-15 10:26:06 +0200
commit13982b5a118ab9060d786da646af94d81638bc3b (patch)
tree920d488437c42d55abf5d397eeb3df13f96fef4c /support-files/rpm
parent0522307ed1b4aeef16dd94606d0b0f6e974b29a5 (diff)
downloadmariadb-git-13982b5a118ab9060d786da646af94d81638bc3b.tar.gz
comments
Diffstat (limited to 'support-files/rpm')
-rw-r--r--support-files/rpm/server.cnf9
1 files changed, 6 insertions, 3 deletions
diff --git a/support-files/rpm/server.cnf b/support-files/rpm/server.cnf
index 8cf2c74dbe4..2025a8b811a 100644
--- a/support-files/rpm/server.cnf
+++ b/support-files/rpm/server.cnf
@@ -1,14 +1,17 @@
#
-# These groups are read by MariaDB server
+# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
#
# See the examples of server my.cnf files in /usr/share/mysql/
#
-[mysqld]
-
+# this is read by the standalone daemon and embedded servers
[server]
+# this is only for the mysqld standalone daemon
+[mysqld]
+
+# this is only for embedded server
[embedded]
# This group is only read by MariaDB-5.5 servers.