On 12/17/05, citizenkahn <[EMAIL PROTECTED]> wrote: > I have my socket file in /var/lib/mysql/mysql.sock and I want my user > foo with password bar to connect to my db test1. > sqlobject.dburi="mysql:/foo:[EMAIL > PROTECTED]/test1?unix_socket=/var/lib/mysql/mysql.sock" > > Hope this helps.
Even if the socket location hasn't changed since MySQLdb was compiled? I always run MySQL without tcp listening. -- Mike Orr <[EMAIL PROTECTED]> ([EMAIL PROTECTED] address is semi-reliable)

