blob: 15dbc7e64da8a3f708565ca6df058aa91c77cc3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# This group is read both by the client and the server
# use it for options that affect everything, see
# https://mariadb.com/kb/en/configuring-mariadb-with-option-files/#option-groups
#
[client-server]
port = 3306
socket = %%MARIADB_RUNDIR%%/%%MARIADB_SOCK%%
#
# include *.cnf from the config directory
#
!includedir %%ETCDIR%%/conf.d/
|