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
|
|
|
|
#
|
|
|
|
|
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]
|
|
|
|
|
2022-12-12 14:20:08 +11:00
|
|
|
# This group is only read by MariaDB servers, not by MySQL.
|
|
|
|
# If you use the same .cnf file for MySQL and MariaDB,
|
|
|
|
# you can put MariaDB-only options here
|
|
|
|
[mariadb]
|
|
|
|
|
|
|
|
# This group is read by both MariaDB and MySQL servers
|
2012-06-15 10:26:06 +02:00
|
|
|
[mysqld]
|
|
|
|
|
2014-08-06 15:39:15 +03:00
|
|
|
#
|
|
|
|
# * Galera-related settings
|
|
|
|
#
|
|
|
|
[galera]
|
|
|
|
# Mandatory settings
|
2015-09-19 09:08:58 -04:00
|
|
|
#wsrep_on=ON
|
2014-08-06 15:39:15 +03:00
|
|
|
#wsrep_provider=
|
|
|
|
#wsrep_cluster_address=
|
|
|
|
#binlog_format=row
|
|
|
|
#default_storage_engine=InnoDB
|
|
|
|
#innodb_autoinc_lock_mode=2
|
2015-10-30 12:10:54 -04:00
|
|
|
#
|
|
|
|
# Allow server to accept connections on all interfaces.
|
|
|
|
#
|
2014-09-25 20:59:15 -04:00
|
|
|
#bind-address=0.0.0.0
|
2014-08-06 15:39:15 +03:00
|
|
|
#
|
|
|
|
# Optional setting
|
2014-09-24 12:17:29 -04:00
|
|
|
#wsrep_slave_threads=1
|
2014-08-06 15:39:15 +03:00
|
|
|
#innodb_flush_log_at_trx_commit=0
|
|
|
|
|
2012-06-15 10:26:06 +02:00
|
|
|
# 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]
|
|
|
|
|
2023-05-11 10:01:35 +01:00
|
|
|
# This group is only read by MariaDB-10.11 servers.
|
2013-09-25 19:41:28 +02:00
|
|
|
# If you use the same .cnf file for MariaDB of different versions,
|
|
|
|
# use this group for options that older servers don't understand
|
2023-05-11 10:01:35 +01:00
|
|
|
[mariadb-10.11]
|
2012-05-25 19:18:29 +02:00
|
|
|
|