Hello,
I need to access a mysql db through a socket file from DAL. What is the
connection string
I should use. The socket file is: "/tmp/mysql5.sock". Should I use
something like that:
db = DAL('mysql://username:password@localhost:/tmp/mysql5.sock')?Thanks. --

