summaryrefslogtreecommitdiffstats
path: root/videodb.rc
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-02-19 00:29:45 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-02-19 00:29:45 +0100
commit2c13efc16088fab44cadf6c819b286d51100e527 (patch)
treea50fb7c62fc39ef46bae7f4cc3dd927985501eaf /videodb.rc
parent720cef33dd67d0767c650ea8b55d61ea70428657 (diff)
the port is useless when connecting through a UNIX socket
Diffstat (limited to 'videodb.rc')
-rw-r--r--videodb.rc3
1 files changed, 1 insertions, 2 deletions
diff --git a/videodb.rc b/videodb.rc
index a506d6a..94a938f 100644
--- a/videodb.rc
+++ b/videodb.rc
@@ -6,9 +6,8 @@
videodir => catdir($HOME,'video'),
driver => 'mysql',
database => 'videodb',
-hostname => '127.0.0.1',
+hostname => 'localhost',
user => 'username',
-port => 3306,
# Optional extra connection options
dbi_misc => { mysql_ssl => 1
, mysql_ssl_ca_file => "/etc/ssl/certs/cacert.org.pem"