You do it like that:

database:            mysql://MYUSER:my...@unix+%2ftmp%2fmysql5.sock/MY_DB

Note the "unix+" and the encoded socket url which you can generate by
using rawurlencode('/tmp/mysql5.sock');. Man, that was a lot of work
figuring that out!

Eddie

-- 
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-us...@googlegroups.com.
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en.

Reply via email to