wok-next annotate mariadb/stuff/mariadb-server.cnf @ rev 21143

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 25 15:37:19 2019 +0200 (2019-01-25)
parents
children
rev   line source
al@21039 1 #
al@21039 2 # These groups are read by MariaDB server.
al@21039 3 # Use it for options that only the server (but not clients) should see
al@21039 4
al@21039 5 # this is read by the standalone daemon and embedded servers
al@21039 6 [server]
al@21039 7
al@21039 8 # this is only for the mysqld standalone daemon
al@21039 9 [mysqld]
al@21039 10 skip-networking
al@21039 11
al@21039 12 # Galera-related settings
al@21039 13 [galera]
al@21039 14 # Mandatory settings
al@21039 15 #wsrep_on=ON
al@21039 16 #wsrep_provider=
al@21039 17 #wsrep_cluster_address=
al@21039 18 #binlog_format=row
al@21039 19 #default_storage_engine=InnoDB
al@21039 20 #innodb_autoinc_lock_mode=2
al@21039 21 #
al@21039 22 # Allow server to accept connections on all interfaces.
al@21039 23 #
al@21039 24 #bind-address=0.0.0.0
al@21039 25 #
al@21039 26 # Optional setting
al@21039 27 #wsrep_slave_threads=1
al@21039 28 #innodb_flush_log_at_trx_commit=0
al@21039 29
al@21039 30 # this is only for embedded server
al@21039 31 [embedded]
al@21039 32
al@21039 33 # This group is only read by MariaDB servers, not by MySQL.
al@21039 34 # If you use the same .cnf file for MySQL and MariaDB,
al@21039 35 # you can put MariaDB-only options here
al@21039 36 [mariadb]
al@21039 37
al@21039 38 # This group is only read by MariaDB-10.3 servers.
al@21039 39 # If you use the same .cnf file for MariaDB of different versions,
al@21039 40 # use this group for options that older servers don't understand
al@21039 41 [mariadb-10.3]
al@21039 42