bad commit, should not commit that, even if we need it for murphy ATM
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:37:16 +0000 (16:37 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:37:16 +0000 (16:37 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@190 839d8a87-29fc-0310-9880-83ba4fa771e5

bin/lists.rpc.py

index 1828e10..083651a 100755 (executable)
@@ -148,7 +148,7 @@ def connectDB():
             db='x4dat',
             user=MYSQL_USER,
             passwd=MYSQL_PASS,
-            unix_socket='/tmp/mysql.sock')
+            unix_socket='/var/run/mysqld/mysqld.sock')
     db.ping()
     return db.cursor()