diff options
author | Frederick Muriuki Muriithi | 2024-11-14 14:15:03 -0600 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-11-14 14:18:03 -0600 |
commit | d70432946a2278c1344cc510b7af02e65289b054 (patch) | |
tree | 40579fd7e7d7ad88e54bf88f94840db7fb79c996 | |
parent | 84b440a7303ebe9dd561edc111a0da9f46afd564 (diff) | |
download | gn-machines-d70432946a2278c1344cc510b7af02e65289b054.tar.gz |
Specify the socket for MariaDB connections.
-rw-r--r-- | production.scm | 3 |
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") |