summaryrefslogtreecommitdiff
path: root/usr/local/etc/mysql/my.cnf
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2021-02-03 17:33:14 -0500
committerAdam T. Carpenter <atc@53hor.net>2021-02-03 17:33:14 -0500
commitca5650238f0c1a9fe6b3523eef5330666052e008 (patch)
tree3879c123671876287e388d0c922bcaf776f725ba /usr/local/etc/mysql/my.cnf
parentcaf98ccab7ab40b6c54ef92e691bce6c72e98a27 (diff)
downloadnextcloud-ca5650238f0c1a9fe6b3523eef5330666052e008.tar.xz
nextcloud-ca5650238f0c1a9fe6b3523eef5330666052e008.zip
imported working live config
Diffstat (limited to 'usr/local/etc/mysql/my.cnf')
-rw-r--r--usr/local/etc/mysql/my.cnf13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr/local/etc/mysql/my.cnf b/usr/local/etc/mysql/my.cnf
new file mode 100644
index 0000000..500f14e
--- /dev/null
+++ b/usr/local/etc/mysql/my.cnf
@@ -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 = /tmp/mysql.sock
+
+#
+# include *.cnf from the config directory
+#
+!includedir /usr/local/etc/mysql/conf.d/