etc and var customers
This commit is contained in:
19
etc/mysql/mariadb.conf.d/50-client.cnf
Normal file
19
etc/mysql/mariadb.conf.d/50-client.cnf
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# This group is read by the client library
|
||||
# Use it for options that affect all clients, but not the server
|
||||
#
|
||||
|
||||
[client]
|
||||
# Example of client certificate usage
|
||||
#ssl-cert = /etc/mysql/client-cert.pem
|
||||
#ssl-key = /etc/mysql/client-key.pem
|
||||
#
|
||||
# Allow only TLS encrypted connections
|
||||
#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
|
||||
# client anyway.
|
||||
# If you use the same .cnf file for MySQL and MariaDB,
|
||||
# use it for MariaDB-only client options
|
||||
[client-mariadb]
|
||||
22
etc/mysql/mariadb.conf.d/50-mysql-clients.cnf
Normal file
22
etc/mysql/mariadb.conf.d/50-mysql-clients.cnf
Normal file
@@ -0,0 +1,22 @@
|
||||
#
|
||||
# These groups are read by MariaDB command-line tools
|
||||
# Use it for options that affect only one utility
|
||||
#
|
||||
|
||||
[mysql]
|
||||
|
||||
[mysql_upgrade]
|
||||
|
||||
[mysqladmin]
|
||||
|
||||
[mysqlbinlog]
|
||||
|
||||
[mysqlcheck]
|
||||
|
||||
[mysqldump]
|
||||
|
||||
[mysqlimport]
|
||||
|
||||
[mysqlshow]
|
||||
|
||||
[mysqlslap]
|
||||
21
etc/mysql/mariadb.conf.d/60-galera.cnf
Normal file
21
etc/mysql/mariadb.conf.d/60-galera.cnf
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# * Galera-related settings
|
||||
#
|
||||
# See the examples of server wsrep.cnf files in /usr/share/mysql
|
||||
# and read more at https://mariadb.com/kb/en/galera-cluster/
|
||||
|
||||
[galera]
|
||||
# Mandatory settings
|
||||
#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.
|
||||
#bind-address = 0.0.0.0
|
||||
|
||||
# Optional settings
|
||||
#wsrep_slave_threads = 1
|
||||
#innodb_flush_log_at_trx_commit = 0
|
||||
Reference in New Issue
Block a user