ports/databases/mariadb114-server/files/my.cnf.sample.in
Bernard Spil 5a2bb7e615 databases/mariadb114-server: New MariaDB 11.4 port
* This is an LTS version.
 * the mysql command now generates a warning about deprecation.
   to prevent these for other ports with USES=mysql Mk/Uses/mysql.mk
   has been patched.
2024-06-16 16:21:23 +02: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/