wok-next view mariadb/stuff/mariadb-server.cnf @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 #
2 # These groups are read by MariaDB server.
3 # Use it for options that only the server (but not clients) should see
5 # this is read by the standalone daemon and embedded servers
6 [server]
8 # this is only for the mysqld standalone daemon
9 [mysqld]
10 skip-networking
12 # Galera-related settings
13 [galera]
14 # Mandatory settings
15 #wsrep_on=ON
16 #wsrep_provider=
17 #wsrep_cluster_address=
18 #binlog_format=row
19 #default_storage_engine=InnoDB
20 #innodb_autoinc_lock_mode=2
21 #
22 # Allow server to accept connections on all interfaces.
23 #
24 #bind-address=0.0.0.0
25 #
26 # Optional setting
27 #wsrep_slave_threads=1
28 #innodb_flush_log_at_trx_commit=0
30 # this is only for embedded server
31 [embedded]
33 # This group is only read by MariaDB servers, not by MySQL.
34 # If you use the same .cnf file for MySQL and MariaDB,
35 # you can put MariaDB-only options here
36 [mariadb]
38 # This group is only read by MariaDB-10.3 servers.
39 # If you use the same .cnf file for MariaDB of different versions,
40 # use this group for options that older servers don't understand
41 [mariadb-10.3]