summaryrefslogtreecommitdiff
path: root/databases/mariadb106-server/files/my.cnf.sample.in
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2022-02-20 18:14:39 +0000
committerBernard Spil <brnrd@FreeBSD.org>2022-02-20 18:38:52 +0000
commitfb3d4f1ede02f54c8d762dc575eb9ce13f00cdb0 (patch)
tree83ebde4ef2c1a8cdf5f29186c8799ddfb4f14000 /databases/mariadb106-server/files/my.cnf.sample.in
parentx11/wshowkeys: update to 1.0 (nop) (diff)
databases/mariadb106-server: Add MariaDB 10.6 to ports
PR: Reported by: Vincent Milum Jr <freebsd darkain com>
Diffstat (limited to 'databases/mariadb106-server/files/my.cnf.sample.in')
-rw-r--r--databases/mariadb106-server/files/my.cnf.sample.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/mariadb106-server/files/my.cnf.sample.in b/databases/mariadb106-server/files/my.cnf.sample.in
new file mode 100644
index 000000000000..15dbc7e64da8
--- /dev/null
+++ b/databases/mariadb106-server/files/my.cnf.sample.in
@@ -0,0 +1,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/