summaryrefslogtreecommitdiff
path: root/etc/my.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/my.cnf')
-rw-r--r--etc/my.cnf10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/my.cnf b/etc/my.cnf
new file mode 100644
index 0000000..d65bff0
--- /dev/null
+++ b/etc/my.cnf
@@ -0,0 +1,10 @@
+[client-server]
+socket=/var/www/var/run/mysql/mysql.sock
+
+[client]
+user=root
+password=<PASSWORD GOES HERE>
+
+# The MariaDB server
+[mysqld]
+bind-address=127.0.0.1