From 2c13efc16088fab44cadf6c819b286d51100e527 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 19 Feb 2012 00:29:45 +0100 Subject: the port is useless when connecting through a UNIX socket --- videodb.rc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'videodb.rc') 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" -- cgit v1.2.3