Skip to content
Snippets Groups Projects
Commit a8c67e15 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Unify config file syntax style

- no space after comment
- align equal signs in groups
parent 51a8cf08
No related merge requests found
Pipeline #185354 failed with stages
in 5 hours, 18 minutes, and 35 seconds
......@@ -5,11 +5,11 @@
[client]
# Example of client certificate usage
# ssl-cert = /etc/mysql/client-cert.pem
# ssl-key = /etc/mysql/client-key.pem
#ssl-cert = /etc/mysql/client-cert.pem
#ssl-key = /etc/mysql/client-key.pem
#
# Allow only TLS encrypted connections
# ssl-verify-server-cert = on
#ssl-verify-server-cert = on
# This group is *never* read by mysql client library, though this
# /etc/mysql/mariadb.cnf.d/client.cnf file is not read by Oracle MySQL
......
......@@ -6,11 +6,11 @@
[galera]
# Mandatory settings
#wsrep_on = ON
#wsrep_provider =
#wsrep_cluster_address =
#binlog_format = row
#default_storage_engine = InnoDB
#wsrep_on = ON
#wsrep_cluster_name = "MariaDB Galera Cluster"
#wsrep_cluster_address = gcomm://
#binlog_format = row
#default_storage_engine = InnoDB
#innodb_autoinc_lock_mode = 2
# Allow server to accept connections on all interfaces.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment