File tree Expand file tree Collapse file tree 5 files changed +26
-21
lines changed Expand file tree Collapse file tree 5 files changed +26
-21
lines changed Original file line number Diff line number Diff line change 1212# One can use all long options that the program supports.
1313# Run program with --help to get a list of available options and with
1414# --print-defaults to see which it would actually understand and use.
15+ #
16+ # If you are new to MariaDB, check out https://mariadb.com/kb/en/basic-mariadb-articles/
1517
1618#
1719# This group is read both by the client and the server
Original file line number Diff line number Diff line change 55
66[client]
77# Example of client certificate usage
8- # ssl-cert= /etc/mysql/client-cert.pem
9- # ssl-key= /etc/mysql/client-key.pem
8+ # ssl-cert = /etc/mysql/client-cert.pem
9+ # ssl-key = /etc/mysql/client-key.pem
1010#
1111# Allow only TLS encrypted connections
12- # ssl-verify-server-cert= on
12+ # ssl-verify-server-cert = on
1313
1414# This group is *never* read by mysql client library, though this
1515# /etc/mysql/mariadb.cnf.d/client.cnf file is not read by Oracle MySQL
Original file line number Diff line number Diff line change 99# with the following contents:
1010#
1111# [Service]
12- # User= mysql
13- # StandardOutput= syslog
14- # StandardError= syslog
15- # SyslogFacility= daemon
16- # SyslogLevel= err
17- # SyslogIdentifier= mysqld
12+ # User = mysql
13+ # StandardOutput = syslog
14+ # StandardError = syslog
15+ # SyslogFacility = daemon
16+ # SyslogLevel = err
17+ # SyslogIdentifier = mysqld
1818#
1919# For more information, please read https://mariadb.com/kb/en/mariadb/systemd/
2020
2323# It has been reported that passwords should be enclosed with ticks/quotes
2424# especially if they contain "#" chars...
2525
26- nice = 0
26+ nice = 0
2727skip_log_error
2828syslog
Original file line number Diff line number Diff line change 22# * Galera-related settings
33#
44# See the examples of server wsrep.cnf files in /usr/share/mysql
5+ # and read more at https://mariadb.com/kb/en/galera-cluster/
56
67[galera]
78# Mandatory settings
8- # wsrep_on= ON
9- # wsrep_provider=
10- # wsrep_cluster_address=
11- # binlog_format= row
12- # default_storage_engine= InnoDB
13- # innodb_autoinc_lock_mode= 2
9+ # wsrep_on = ON
10+ # wsrep_provider =
11+ # wsrep_cluster_address =
12+ # binlog_format = row
13+ # default_storage_engine = InnoDB
14+ # innodb_autoinc_lock_mode = 2
1415
1516# Allow server to accept connections on all interfaces.
16- # bind-address= 0.0.0.0
17+ # bind-address = 0.0.0.0
1718
1819# Optional settings
19- # wsrep_slave_threads= 1
20- # innodb_flush_log_at_trx_commit= 0
20+ # wsrep_slave_threads = 1
21+ # innodb_flush_log_at_trx_commit = 0
Original file line number Diff line number Diff line change 11[mariadb]
22#
3- # uncomment the following line to enable SPIDER storage engine
3+ # Uncomment line to enable
44#
5- # plugin-load-add=ha_spider.so
5+ # plugin-load-add = ha_spider
6+
7+ # Read more at https://mariadb.com/kb/en/spider/
You can’t perform that action at this time.
0 commit comments