From ca5650238f0c1a9fe6b3523eef5330666052e008 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Wed, 3 Feb 2021 17:33:14 -0500 Subject: imported working live config --- usr/local/etc/mysql/my.cnf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 usr/local/etc/mysql/my.cnf (limited to 'usr/local/etc/mysql') 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/ -- cgit v1.2.3