ports/databases/mariadb106-server/files/my.cnf.sample.in
Bernard Spil fb3d4f1ede databases/mariadb106-server: Add MariaDB 10.6 to ports
PR:
Reported by:	Vincent Milum Jr <freebsd darkain com>
2022-02-20 18:38:52 +00:00

13 lines
340 B
Text

#
# 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/