2012-05-25 19:18:29 +02:00
|
|
|
#
|
2012-06-15 10:26:06 +02:00
|
|
|
# These groups are read by MariaDB server.
|
2012-05-25 19:18:29 +02:00
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
2012-06-15 10:26:06 +02:00
|
|
|
# this is read by the standalone daemon and embedded servers
|
2012-05-25 19:18:29 +02:00
|
|
|
[server]
|
|
|
|
|
2012-06-15 10:26:06 +02:00
|
|
|
# this is only for the mysqld standalone daemon
|
|
|
|
[mysqld]
|
|
|
|
|
|
|
|
# this is only for embedded server
|
2012-05-25 19:18:29 +02:00
|
|
|
[embedded]
|
|
|
|
|
2013-09-25 19:41:28 +02:00
|
|
|
# This group is only read by MariaDB servers, not by MySQL.
|
2012-05-25 19:18:29 +02:00
|
|
|
# If you use the same .cnf file for MySQL and MariaDB,
|
|
|
|
# you can put MariaDB-only options here
|
|
|
|
[mariadb]
|
|
|
|
|
2013-09-25 19:41:28 +02:00
|
|
|
# This group is only read by MariaDB-10.0 servers.
|
|
|
|
# If you use the same .cnf file for MariaDB of different versions,
|
|
|
|
# use this group for options that older servers don't understand
|
|
|
|
[mariadb-10.0]
|
2012-05-25 19:18:29 +02:00
|
|
|
|