freebsd-ports/databases/mariadb105-server/files/my.cnf.sample.in
Bernard Spil 12a4e03e6a databases/mariadb105-server: Unbreak runtime
* Align with mariadb104-server
 * PID must be in mysql owned dir

PR:		247535
Reported by:	VVD <vvd unislabs com>
2020-07-12 20:16:51 +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/