about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--production.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/production.scm b/production.scm
index ca4a655..933320a 100644
--- a/production.scm
+++ b/production.scm
@@ -79,7 +79,8 @@
                              (gn2-port 9894)
                              (gn3-port 9895)
                              (gn-auth-port 9896)
-                             (sql-uri "mysql://webqtlout:webqtlout@localhost/db_webqtl")
+                             (sql-uri
+                              "mysql://webqtlout:webqtlout@localhost/db_webqtl?unix_socket=/run/mysqld/mysqld.sock")
                              (xapian-db "/var/lib/xapian")
                              (sparql-endpoint "http://localhost:9893/sparql")
                              (gn3-data-directory "/var/genenetwork/data/genenetwork3")